fixed columns problem
fixed columns problem
jdbaculard
Posts: 1Questions: 1Answers: 0
scrollX: true,
fixedColumns: {
leftColumns: 2,
heightMatch: "auto"
},
Bug on display. Any solution ?
This discussion has been closed.
Answers
Looks like you might be using Bootstrap?? The BS 3 example seems to work:
https://datatables.net/extensions/fixedcolumns/examples/styling/bootstrap.html
For the styling framework you are using make sure you loaded the correct fixedColumn.css.
fixedColumns.bootstrap.min.css
for BS 3 for example.If this doesn't help then a link to your page or a test case replicating the issue is need to help troubleshoot.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin