Manual row move

Tags: #<Tag:0x00007f0afe596568>

Hi,

I want to move some row(s) manually, generally it works, but in some cases it causes problems like this:

  • If there are no trimmed rows in my table, moving rows are working perfectly.
  • If there are trimmed rows in my table and I move a row from below to above it, trimmed row index(es) should change but it stays the same.
  • If there are trimmed rows in my table and I move a row from above to below it, trimmed row index(es) should change but it stays the same.

PS: Is there any way to update source data? If so, I can tweak the problem above.

Hey @yusuf

have you tried the 8.0.0-beta version? It fixes most of the issues related to indexes.

You can download it from here

https://cdn.jsdelivr.net/gh/handsontable/handsontable@release/8.0.0-beta.1/dist/handsontable.full.css
https://cdn.jsdelivr.net/gh/handsontable/handsontable@release/8.0.0-beta.1/dist/handsontable.full.js

or test it here https://jsfiddle.net/r4fsx9nz/

Hey @yusuf

have you had time to test 8.0.0-beta1?