1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-30 23:52:11 +01:00

Examples - Add initialisation code, HTML and other information to

display

- In the examples we want to show the following information to help
  developers to get to grips with DataTables more readily:
    - Init javascript code
    - HTML used for the table
    - Additional CSS used
    - Ajax loaded data
    - List of the libraries files loaded in the example

- All but the last point is complete, a bit of styling and information
  text.
This commit is contained in:
Allan Jardine 2013-10-16 12:03:14 +01:00
parent 6c10109119
commit 62aef83013
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
3a5bc4eeac335e58d86cf32f16625db24904ba44
6b8c9735e3281f8e42e61fd194c7c4e7f017db2d

View File

@ -6932,7 +6932,7 @@
var ctx = this.context;
if ( ctx.length > 0 ) {
return this.context.json;
return ctx[0].json;
}
// else return undefined;