1.0.6 • Published 2 years ago

table-plugin-react v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

table-plugin

NPM JavaScript Style Guide

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