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.