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
onChange is firing and providing the updated criteria changes, and when the component is re-rendered, it is updating the pagination.pageIndex prop:
Repro
You can also view this bug in the EUI docs, under In-Memory Table - Selection, the page buttons are not causing the component to render the appropriate page.
The text was updated successfully, but these errors were encountered:
Issue
I'm attempting to supply custom pagination to an
EuiInMemoryTable
and it's not working.The function where I'm rendering my table looks like this:
and the
onChange
function that's handling table changes:onChange
is firing and providing the updated criteria changes, and when the component is re-rendered, it is updating thepagination.pageIndex
prop:Repro
You can also view this bug in the EUI docs, under
In-Memory Table - Selection
, the page buttons are not causing the component to render the appropriate page.The text was updated successfully, but these errors were encountered: