I encountered a problem with drag and drop on the Smart.Table only when i used a freeze column.
I have an example to reproduce it : https://codepen.io/aza21/pen/KKYOoeb
- In my example, I have many columns with an horizontally scroll, with a freeze column (the first column “id”)
- I scroll to the last column and try to change its order with the one before it ( move “Expiration date” column before column “Vat”)
- the result the column “expiration date” is placed just after the freeze column “id” and not in the desired place.
Could you help us to solve this problem ?
Best regards,