You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
View is not updated after the Sort Desc. It will update only after you do something else that triggers an update, for example, focus on another cell or scroll.
This is a little bit difficult to reproduce with the small table on the doc page. But in my application with 10000 rows, sorting is not updating immediately every time.
Same behavior of not updating immediately also happens with setting column width with onColumnWidthChanged and columnWidths.
Environment
Steps to reproduce
Actual behavior
View is not updated after the Sort Desc. It will update only after you do something else that triggers an update, for example, focus on another cell or scroll.
This is a little bit difficult to reproduce with the small table on the doc page. But in my application with 10000 rows, sorting is not updating immediately every time.
Same behavior of not updating immediately also happens with setting column width with
onColumnWidthChanged
andcolumnWidths
.It's probably linked to #3833
Expected behavior
View should update
Possible solution
The text was updated successfully, but these errors were encountered: