@vinorcola/dynamic-table
v1.2.0
Published
A table to ease the display of a filterable, sortable and paginable dataset.
Maintainers
Readme
Installation
npm install @vinorcola/dynamic-tableThen, if you use TailwindCSS, you must source the stylesheet file of the library within your file:
/* Example of style.css */
@import "tailwindcss";
@source "../node_modules/@vinorcola/dynamic-table";If you want to customize rendering, you can create a new file that re-export the dynamic table with new components:
