jeffreydwalter / ColReorderWithResize

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

Remove fnConstruct in mouseUp #23

Closed jurruh closed 5 years ago

jurruh commented 5 years ago

The fnConstruct function in mouseUp caused some trouble when a state was loaded, columns where moved randomly. After it was removed I didn't notice any problems.

It also resets the _ColReorder_iOrigCol which caused some problems when saving the state (the col Reorder was always sequential like [1,2,3,4 etc.]

jeffreydwalter commented 5 years ago

LGTM! Thanks!