@dvsoftsrl/react-laravel-paginated-table
TypeScript icon, indicating that this package has built-in type declarations

0.4.2 • Public • Published

React Laravel Paginated Table

A simple table ready for laravel paginated responses

Installation

npm i @dvsoftsrl/react-laravel-paginated-table

or

yarn add @dvsoftsrl/react-laravel-paginated-table

Usage

First import the PaginatedTable component inside your React component.

import {PaginatedTable} from '@dvsoftsrl/react-laravel-paginated-table'

Then you'll be able to use PaginatedTable component.

Example:

<PaginatedTable columns={columns} data={data} onParamsChange={handleParamsChange} filterable sortable/>

Credits

Install

npm i @dvsoftsrl/react-laravel-paginated-table

DownloadsWeekly Downloads

11

Version

0.4.2

License

MIT

Unpacked Size

163 kB

Total Files

29

Last publish

Collaborators

  • luca.dellorto