1.0.0 • Published 2 years ago

paginated-table-react-pkg v1.0.0

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

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} />;
}
1.0.0

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago