Код: Выделить всё
$(document).ready( function() {
$('#jobSearchResultTable').dataTable({
responsive: true,
"scrollY": 500,
"scrollCollapse": true,
"jQueryUI": true,
"aaSorting": []
});
)};
Подробнее здесь: https://stackoverflow.com/questions/303 ... -datatable