fixed columns problem
fixed columns problem
![jdbaculard](https://secure.gravatar.com/avatar/6fc9f7d9588606bc7d0d1ccd5f759c30/?default=https%3A%2F%2Fvanillicon.com%2F6fc9f7d9588606bc7d0d1ccd5f759c30_200.png&rating=g&size=120)
scrollX: true,
fixedColumns: {
leftColumns: 2,
heightMatch: "auto"
},
Bug on display. Any solution ?
This discussion has been closed.
scrollX: true,
fixedColumns: {
leftColumns: 2,
heightMatch: "auto"
},
Bug on display. Any solution ?
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