Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed global filter when manual paginating (#307)
Problem: If `manualPagination` is `true`, the current `rows` function for the `TableBody` component improperly performs a `slice` on the search results. Proposed fix: The user is already handling pagination manually, there is no need to perform an additional slice to accommodate the default pagination logic.
- Loading branch information
c10419b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
material-react-table-storybook – ./
material-react-table-storybook-kevinvandy.vercel.app
material-react-table-storybook-git-main-kevinvandy.vercel.app
www.material-react-table.dev
material-react-table.dev
material-react-table-storybook.vercel.app
c10419b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
material-react-table – ./apps/material-react-table-docs
www.material-react-table.com
material-react-table-git-main-kevinvandy.vercel.app
material-react-table.com
material-react-table.vercel.app
material-react-table-kevinvandy.vercel.app