parallax / ddt

DDT (Drag and Drop Tables) is a library that adds drag and drop reordering support to HTML tables.
MIT License
5 stars 0 forks source link

Not possible to interact with elements inside of the table #2

Closed nathggns closed 10 years ago

nathggns commented 10 years ago

To fix this, the API will include an enable and disable method. (So you can disable dragging while you want to interact).

In the future, we might want a mode where it tries to detect if you drag from the background of a table cell rather than having to explicitly enable/disable.