Releases: Bendomey/poly-table
Releases · Bendomey/poly-table
Official Release
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