autoResetPageIndex with server-side pagination?
I read in the docs that
autoResetPageIndex is set to false when using manualPagination, which makes sense. However, I still want to achieve the same behavior, i.e. I want the page index to reset when the filters change.
I don't see this mentioned anywhere in the documentation or in the examples.
Should I reset the page index as a side effect in onGlobalFilterChange and onColumnFiltersChange?0 Replies