+
+ By default EuiInMemoryTable resets its page index
+ when receiving a new EuiInMemoryTable array. To avoid
+ this behavior the pagination object optionally takes a
+ pageIndex value to control this yourself.
+ Additionally, pageSize can also be controlled the
+ same way. Both of these are provided to your app during the
+ onTableChange callback.
+
+
+ The example below updates the array of users every second, randomly
+ toggling their online status. Pagination state is maintained by the app,
+ preventing it from being reset by the updates.
+
+
+ ),
+ props: propsInfo,
+ demo: