How to control programmatically the toggling of a row?
问题 I'm using MaterialTable with REACT (Datatable for React based on Material-UI Table. material-table.com) more precisely the detailed-panel - material-table.com/#/docs/features/detail-panel What do I need? user should open/close detailed panels and drag/drop items between them. The problem: each time I React rendering the table all detailed panels are closes. I'm seeking for a solution that will allow me to set a flag for each row that notes whether it's hidden or open. So while rendering ..