DataTables is working fine for some simple tables I have it implemented for, but when I attempt to turn off paging via the following initialization call:
$("#reviewtable").dataTable({
"sScrollY": "500px",
"bPaginate": false});
the column alignment is messed up with the data fields not aligning with the headers.
Is there some other parameter to set that I'm missing? Thanks for any help
$("#reviewtable").dataTable({
"sScrollY": "500px",
"bPaginate": false});
the column alignment is messed up with the data fields not aligning with the headers.
Is there some other parameter to set that I'm missing? Thanks for any help