Preventing pagination calculation on first render
I am storing pagination state for the table in query params and there is a problem with first render of the table where I render skeletons placeholders when data is first loading and this causes the pagination state to reset and it probably doing the recalucation of pagination for first render and then for new data. When i use this approach from the github discussion
If I instead just do data directly the pagination state does not restart
Is there any way to prevent onPaginationChange or any other calculation on the first render with skeletons approach ??
If I instead just do data directly the pagination state does not restart
Is there any way to prevent onPaginationChange or any other calculation on the first render with skeletons approach ??