The Javascript shown below is used to initialise the table shown in this example: function filterGlobal () { $('#example').DataTable().search( $('#global_filter').val ...
The HTML shown below is the raw HTML table element, before it has been enhanced by DataTables: This example uses a little bit of additional CSS beyond what is loaded from the library files (below), in ...
This example shows the use of the `-init layout` parameter with configuration options passed directly to the layout object. Note how the object key matches the feature name and the configuration ...