paginated-table-react-pkg

1.0.0 • Public • Published

Pagintated Table For React

A paginated table component for React project. Display data in a paginated table. With this package you can search through your data and sort your data.

Authors

Features

  • Table layout with custom headers
  • Pagination
  • Select number of rows per page
  • Search through data

Installation

Prerequisites

Installation

Install paginated-table-react-pkg with npm

  npm install paginated-table-react-pkg

Configuration

Package is using TailwindCSS. Specify in Tailwind config file :

content: [
    "./node_modules/paginated-table-react-pkg/**/*.{html,js, jsx}"
  ],

Usage/Examples

import { Table } from "paginated-table-react-pkg";

function App() {
  <Table data={data} tableHeaders={tableHeaders} />;
}

Readme

Keywords

Package Sidebar

Install

npm i paginated-table-react-pkg

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

95.7 kB

Total Files

4

Last publish

Collaborators

  • thaisrodez