How not to allow changing the width of fixed columns when user resizes others columns?
How not to allow changing the width of fixed columns when user resizes others columns?
Zeynal
Posts: 11Questions: 4Answers: 0
As you can see the first and the last columns are fixed, after resizing "Description" and "Check-Out" fixed columns also resize. I wonder how can I prevent that.
This question has an accepted answers - jump to answer
Answers
How are you resizing the columns?
The best thing to do is to provide a link to your page or a test case showing the issue so we can help debug.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
This thread may help you:
https://datatables.net/forums/discussion/comment/109431/
I use https://github.com/dhobi/datatables.colResize plugin
colResize is a third party plugin that probably doesn't integrate with FixedColumns. You can check with the developer to find out if there are plans to integrate it with FixedColumns.
We can take a look if you want to provide a test case showing the issue but its likely due to colResize not supporting FixedColumns.
Kevin
Thanks alot