Hello team.
I have a HOT table, which works as expected. I have set the manualColumnMove: true
and column moving works as expected.
The issue is that editing the cells in the just moved columns, does not show the display value (correct one), but the previous one. The issue seems to be that the TextEditor is displaying the previous value.
I have checked the data source in the afterColumnMove
callback and it is correct.
Here a video of the issue https://www.dropbox.com/s/p0un5dip1u9iarx/hot-move-edit-bug.mov?dl=0
You can see that:
- at the begin the display value and the editing value are the same, so correct
- after the move, the display value is correct, the editing value is wrong.
What could I do to solve this issue?
Thank you!!
PS: The HOT table in my project is driven by a complex data source (enterprise level), so I cannot post the source code.