datatables.colResize
datatables.colResize copied to clipboard
Column resizing plug-in for DataTables
Just migrated to datatables v2.0.1 and colResize not working. It fails at the version check and fails after fixing and passing version check. There are no error messages in the...
I am having issues when resizing columns that contains cells with underscore text. If you want to reproduce this, just add a underscore chars to your cell text.
I have 2 issues. First, when you're on the demo page, the third column cannot be resized. I've looked, and there's nothing that mentions that it's intentionally designed this way....
dataTable.colResize.enable(); ``` jquery.dataTables.colResize.js:621 Uncaught TypeError: Cannot read properties of undefined (reading 'fnEnable') at B. (jquery.dataTables.colResize.js:621:28) at B.iterator (datatables.min.js:34:52119) at B. (jquery.dataTables.colResize.js:620:21) at Object.enable (datatables.min.js:34:53602) at :1:21 ```
This can be reproed on the current version of the demo page. I'm using Chrome 114 on Windows 10 Home. If you go to the demo page, resize a column,...
I've created a potential fix for the Issue #10. The problem here was that the original implementation didn't really take the sort into account, how it should have to be....
When resizing columns, the width is reflected properly. But on re-rendering the table, the width array is returned in the stateLoadCallback properly but the proper width is not set. Kindly...
Hi @dhobi when my datable have setting with fixedHeader, it seem like not working when i resize header and body column not working. can you support with fixedHeader?