jeffreydwalter / ColReorderWithResize

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

Handle DataTable.destroy() #35

Open hasaniskandar opened 1 year ago

hasaniskandar commented 1 year ago

This fixes Uncaught TypeError: Cannot read properties of null (reading 'dt') in some cases when DataTable.destroy() is called. See this comment.