Datatables is hands down the best jQuery table plugin. I have enjoyed using it over the years and highly recommend it to all. Recently, I have tried to use Datatables in an responsive web project.
The Javascript shown below is used to initialise the table shown in this example: $(document).ready(function() { var table = $('#example').DataTable( { fixedHeader: true } ); } ); In addition to the ...
MDB styles aren't applying to the DataTables. It is applying the default bootstrap styles. It could be because of the recent update from DataTables for Bootstrap 4. Also, the example doesn't mention ...