Skip to content

@pankod/refine-react-table@3.27.0

Compare
Choose a tag to compare
@refine-bot refine-bot released this 30 Jun 08:45
· 4156 commits to master since this release
1a69634

Minor Changes

  • Add hasPagination property to useTable hook to enable/disable pagination.

    Implementation

    Updated the useTable hook accordingly to the changes in the useTable of @pankod/refine-core. hasPagination property is being send directly to the useTable of @pankod/refine-core to disable pagination.

    Use Cases

    In some data providers, some of the resources might not support pagination which was not supported prior to these changes. To handle the pagination on the client-side or to disable completely, users can set hasPagination to false.

Patch Changes

  • Updated dependencies []:
    • @pankod/refine-core@3.36.0