caraiiwala
AgGrid doesn't bubble `selectedRows` to parent Accordion List
Seems like I'll have to consider a different solution for now. I would have expected other properties to be available on the parent list though, not just
selectedRow
and selectedRowIndex
5 replies
AgGrid doesn't bubble `selectedRows` to parent Accordion List
There is an onSelectedChanged attribute on the AgGrid component https://ag-grid.com/javascript-data-grid/row-selection-api-reference/#reference-selection-selectionChanged. My thought was as a workaround to manage the state of selected rows through this somehow. Don't know if that's even possible...
5 replies