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
I'm trying to make the table pagination in svelte to work but for some reason i'm getting a safeUpdater function instead of PaginationState (which is what i expected). How do i keep track of the latest pageIndex if i couldn't get the proper result from onPaginationChange method that i passed to createSvelteTable?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make the table pagination in svelte to work but for some reason i'm getting a
safeUpdater
function instead ofPaginationState
(which is what i expected). How do i keep track of the latestpageIndex
if i couldn't get the proper result fromonPaginationChange
method that i passed tocreateSvelteTable
?Beta Was this translation helpful? Give feedback.
All reactions