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

Weird stuff happens when table rows are different heights #45

Open nathggns opened 10 years ago

nathggns commented 10 years ago

When table rows are different heights, there are issues with the calculation we use (that we stole from jQuery) to decide if we should swap rows.

If we fix this, then we'll be one step closer to fixing #37 too.