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
In my case, I have a table with grouped rows and multiple columns where the data changes in real-time. The problem is - if I enable asc/desc sorting on some column, and if new data comes from backend and changes the values in the grouped rows, then somehow I need to trigger the sorting again.
In simple terms, I have a 'Status' column, in which the status can be like "In progress", "Done", etc. When I click on the column header and set asc/desc sort for it, if after some time my "In Progress" status on the row becomes "Done", then the whole row should move to a different position in table.
I'm using 7.0.0-beta42
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
In my case, I have a table with grouped rows and multiple columns where the data changes in real-time. The problem is - if I enable asc/desc sorting on some column, and if new data comes from backend and changes the values in the grouped rows, then somehow I need to trigger the sorting again.
In simple terms, I have a 'Status' column, in which the status can be like "In progress", "Done", etc. When I click on the column header and set asc/desc sort for it, if after some time my "In Progress" status on the row becomes "Done", then the whole row should move to a different position in table.
I'm using 7.0.0-beta42
Are there any ideas on how to implement this?
Beta Was this translation helpful? Give feedback.
All reactions