Hello,
I am using React wrapper of HOT.
The issue is that when the source data of the HOT gets updated, the order in which sorted before will lost.
I created a demo in codepen here:
https://codepen.io/haiqwu/pen/QWjNRPw?editors=0010
To recreate the issue: first sort a column (e.g. click on header of column E ), and then click on the button “clickme”.
Issue: The sorted order will lost. But the header has a mark of arrow pointing up which indicates already sorted.
Any solution to this?
Maybe I need to get the status of the sorted header, and manually sort the data by my self in code?
Best,
Marius