var table;
$(document).ready(function () {
table = $('#threads').dataTable({
sScrollY: "400px",
sDom: "frtiS",
bServerSide: true,
bStateSave: true,
bDeferRender: true,
sAjaxSource: "/archive/threads/<% list.address %>", /* Perl Template Toolkit syntax */
})
});
It looks like you're new here. If you want to get involved, click one of these buttons!
Get useful and friendly help straight from the source.