Column alignment messed up when paging turned off
Column alignment messed up when paging turned off
gecko
Posts: 1Questions: 0Answers: 0
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
This discussion has been closed.
Replies
Allan