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
Expanding row functionality does not work in EuiInMemoryTable.
Looking at the code of in_memory_table.js, it looks like the itemIdToExpandedRowMap prop of EuiInMemoryTable is not being passed to EuiBasicTable in the render function.
Found in version 0.0.38
The text was updated successfully, but these errors were encountered:
Expanding row functionality does not work in
EuiInMemoryTable
.Looking at the code of
in_memory_table.js
, it looks like theitemIdToExpandedRowMap
prop ofEuiInMemoryTable
is not being passed toEuiBasicTable
in therender
function.Found in version 0.0.38
The text was updated successfully, but these errors were encountered: