does anyone know if tableDnD (http://isocra.github.io/TableDnD/) can handle div container scrolling so that when I use a table with a large number of rows, and I drag a row up to above a container then the container scrolls to keep the row in view. (I believe this will work if the container is the the window, but what if it's a div)?
// Basic initialization of the
// DND table
$('#table').tableDnD();
See https://jsfiddle.net/Abeeee/decr54bo/26/ for an demo environment (without the ability to scroll).