dhobi / datatables.colResize

Column resizing plug-in for DataTables
MIT License
44 stars 26 forks source link

Not working in dataTables v2 #24

Open mulgaBrian opened 4 months ago

mulgaBrian commented 4 months ago

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 console after the version check passes.

Cereal2nd commented 3 months ago

indeed, would be good if we can get a fix

olemoign commented 3 months ago

The version check is super easy to fix. But there are multiple other problems. The CSS has changed so orderable colums cannot be resized as well as the aoColumns API so columns must be selected differently. If you want the upgrade, I suggest getting to work, I'm not sure I'll have the time to fix everything.