Updating the pagination prop on EuiInMemoryTable doesn't render expected pagination output. For instance, updating from pagination={false} to pagination={true} (without a re-mount) will render a buggy state where Rows per page: 1:

According to @thompsongl :
It doesn't appear that EuiInMemoryTable will update pagination state when changes to pagination props occur. It does so once on mount and it will do so when table items change, but not on direct prop updates.
So, here's an issue for tracking. Thanks!
Updating the
paginationprop onEuiInMemoryTabledoesn't render expected pagination output. For instance, updating frompagination={false}topagination={true}(without a re-mount) will render a buggy state whereRows per page: 1:According to @thompsongl :
So, here's an issue for tracking. Thanks!