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
It would be nice to have an onPageSizeChange listener in the in memory table, that allows to get notified about changes in the pagination (the same as we have for search). That way we are able to store the page in the uiState or keep it over unmounting and mounting a table.
The text was updated successfully, but these errors were encountered:
Not necessarily. Currently it's more about storing that state so we can set it again when coming back to the component (e.g. we store that in the URL when you switch it on a table vis, and when you refresh it should still be there), but that is already doable with the initialPageSize.
It would be nice to have an
onPageSizeChange
listener in the in memory table, that allows to get notified about changes in the pagination (the same as we have for search). That way we are able to store the page in theuiState
or keep it over unmounting and mounting a table.The text was updated successfully, but these errors were encountered: