Closed ds-martinso closed 3 years ago
This is useful for edge cases where you need to handle a special reordering yourself. So I would for example use the onDropSuccess function to listen to a reorder, but then prevent the lib from doing the reorder so that I instead can do my thing.
The second commit is a small fix for unnecessary TypeError spams in Firefox, when dragging columns.
This is useful for edge cases where you need to handle a special reordering yourself. So I would for example use the onDropSuccess function to listen to a reorder, but then prevent the lib from doing the reorder so that I instead can do my thing.