Page 1 of 1

Lazy loaded DataTable plus State - initial state unknown

Posted: 09 Jan 2021, 00:27
by chrisnoden
I've got a lazy loaded DataTable with stateStorage enabled. When I revisit the page with the component it correctly shows the last navigated page in the pagination, rows per page, etc - however, no event is fired to actually fetch the right data from the back-end - so it's showing the first "page" of data.

Is there an event that is fired or a way to query the various stored properties so I can fetch the right data?