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
i need to display data in nested rows/expendable rows. Once click on parent row column cell, i need to call a redux selector to further fetch the data and re-render table component with updated props.
Since cell is used format the column values, how should i call the redux selector/async function onClick on cell component.
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
-
i need to display data in nested rows/expendable rows. Once click on parent row column cell, i need to call a redux selector to further fetch the data and re-render table component with updated props.
Since cell is used format the column values, how should i call the redux selector/async function onClick on cell component.
Beta Was this translation helpful? Give feedback.
All reactions