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:
parent
6c10109119
commit
62aef83013
@ -1 +1 @@
|
||||
3a5bc4eeac335e58d86cf32f16625db24904ba44
|
||||
6b8c9735e3281f8e42e61fd194c7c4e7f017db2d
|
||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -6932,7 +6932,7 @@
|
||||
var ctx = this.context;
|
||||
|
||||
if ( ctx.length > 0 ) {
|
||||
return this.context.json;
|
||||
return ctx[0].json;
|
||||
}
|
||||
|
||||
// else return undefined;
|
||||
|
Loading…
x
Reference in New Issue
Block a user