how to use datatables css

Solutions on MaxInterview for how to use datatables css by the best coders in the world

showing results for - "how to use datatables css"
Mirko
17 Oct 2020
1$(document).ready(function() {
2    $('#example').DataTable();
3} );