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

1.3.1 • 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

Package Sidebar

Install

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

Weekly Downloads

3

Version

1.3.1

License

MIT

Unpacked Size

339 kB

Total Files

20

Last publish

Collaborators

  • luca.dellorto