InMemoryTable requires two pagination props to work properly: - [initialPageIndex](https://github.com/elastic/eui/blob/master/src/components/basic_table/in_memory_table.js#L107) - [initialPageSize](https://github.com/elastic/eui/blob/master/src/components/basic_table/in_memory_table.js#L108) If you don't provide these props, it will use default values instead. [This is not documented in the Pagination docs](https://github.com/elastic/eui/blob/master/src-docs/src/views/tables/basic/props_info.js#L105)
InMemoryTable requires two pagination props to work properly:
If you don't provide these props, it will use default values instead.
This is not documented in the Pagination docs