table-plugin-react
v1.0.6
Published
Sortable table with pagination and search features
Downloads
3
Readme
table-plugin
Table-plugin is a sortable table with pagination and search features.
Made with create-react-library
Installation
npm install --save table-plugin
Usage
import React from "react";
import "table-plugin/dist/index.css";
import { TablePlugin } from "table-plugin";
export function MyComponent() {
return <TablePlugin data={data} headCells={headCells} />;
}
License
MIT © CindyJEAN