RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: rodrigokiller
Site: http://www.killerskull.com
I must say thanks, 2 years later.
Wow. There is a lot of JS code in there. Easily you can use just it:
$(document).ready(function() { $('#example').dataTable(); });
Where #example is the ID of the table. Remember to use dataTable as a class, and to read the documentantion:
https://datatables.net/
I must say thanks, 2 years later.
Wow. There is a lot of JS code in there.
Easily you can use just it:
$(document).ready(function() {
$('#example').dataTable();
});
Where #example is the ID of the table.
Remember to use dataTable as a class, and to read the documentantion:
https://datatables.net/