I tried to make multiple fixed columns but the results were not the same as what was exemplified

I tried to make multiple fixed columns but the results were not the same as what was exemplified

adyshaputraadyshaputra Posts: 1Questions: 1Answers: 0

What was wrong with my code?
I attach the link: http://live.datatables.net/giwipiwi/2/edit

Answers

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi adyshaputra,

    I can spot two things here. Firstly, don't define autoWidth so that you disable the auto resizing of the columns. Secondly, you were including the bootstrap css file for fixedColumns and the standard DataTables css file for the table, they both need to be consistent. It's best to use the download builder to make sure you are downloading the right files into your HTML.

    I have made these changes to the example that you attached here.

    Hope this helps,

    Sandy

This discussion has been closed.