AgGrid doesn't bubble `selectedRows` to parent Accordion List

I have a table nested in a dynamically sized accordion, and I have been fetching the
selectedRow
from each table through the accordion's
inputs
. When the tables are multiple selectable though,
selectedRows
does not show in the accordion's
inputs
. Can I access the
selectedRows
of every table without going through the accordion's
inputs
? I'm also just now noticing that the
selectedRow
for each table in accordion's
inputs
is not accurate either. Well at least my expectation is it would always indicate which is currently selected, not which was most recently selected (it doesn't adjust to deselection).
image.png
Was this page helpful?