Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Bendomey/poly-table

Official Release

30 Aug 13:21
98739c9

Choose a tag to compare

In this release, we have two major implementations:

  • With Hook (useTable) - This has to do with getting data and functions needed to create your own table component. These functions and data returned will help you create a well paginated table component.
  • Table - This table component is an opinionated one built with tailwind and our very own hook. Note that, for this component to work, it requires that your project have tailwind dependencies :)

Note that this implementation is mainly for server-side pagination and not client-side pagination