autoResetPageIndex in useVueTable
Hi there
I'm currently in the progress of creating an editable Table with useVueTable but I'm struggling with the autoResetPageIndex. As soon as I edit something the pageIndex gets reseted. Here's my implementation which is inspired by the react example in the docs.
Before I update the data I call the function
skipAutoResetPageIndex
from skipper.ts.
I've also tried to make the autoResetPageIndex a getter but no luck. It seems that the value is being ignored.
Would be great if anyone here can help me out 🙂1 Reply
rare-sapphireOP•9mo ago
Anyone here who can help me with this?