Column alignment messed up when paging turned off

Column alignment messed up when paging turned off

geckogecko Posts: 1Questions: 0Answers: 0
edited April 2013 in DataTables 1.9
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

Replies

  • allanallan Posts: 63,389Questions: 1Answers: 10,449 Site admin
    Please link to a test case showing the problem.

    Allan
This discussion has been closed.