jeffreydwalter / ColReorderWithResize

Column reordering and resizing plug-in for DataTables
http://www.datatables.net/
MIT License
42 stars 51 forks source link

Unable to resize not sortable columns #12

Closed dpetrov closed 5 years ago

dpetrov commented 6 years ago

Is there any constraint regarding if columns are sortable or not? I currently have a few datatables (Datatables version 1.1012), where columns with definition "bSortable": false are not resizable as well. If I make them sortable, I can resize the tables. Thanks

jeffreydwalter commented 5 years ago

@dpetrov Sorry for the long delayed response. Can you please provide a basic example that illustrates your problem? Thanks.