Files
edittable/_jstest
Michael Große 6ecdab9899 fix: moving rows should work more correctly now
Handsontable always applies the "move" operation to the supplied data
array, hence we always denied the move operation for handsontable and
instead update it with a moved data array.

I'm not sure why the `target += 1` was introduced, but it caused wrong
behavior which was fixed by removing it.
2018-01-04 17:54:03 +01:00
..