DataTables example Base style - no styling classes

This example shows the base DataTables style file being used, with none of the additional feature style classes being used.

The Javascript shown below is used to initialise the table shown in this example:

1
2
3
$(document).ready(function() {
    $('#example').DataTable();
} );

In addition to the above code, the following Javascript library files are loaded for use in this example: