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
Hi there,
I have used React-table 7 datagrid with few customizations , where I have hidden all headers and just using a single column as a narrow hierarchy component. I have implemented server side sorting on this datagrid(narrow hierarchy component) by clicking on a button (This button is in a component from where I am calling react-table datagrid) . On initial render, I can see all icons in a collapsed format, when i click on this expand icon, children level API call is getting made and children data got appended post api call response. When I click on sort button, sorting order changes (eg:- "ASC","DESC") , then I see rows position which I have opened in previous sort order , those positions are showing expandable icon as expanded rather then collapsed. Can somebody help me here???
Expected Behaviour:-
I want when I click sort button, new data comes, then all rows should have the expandable icon in a collapsed form.
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is the slack channel still active? I'm not able to find it
Beta Was this translation helpful? Give feedback.
All reactions