@dvsoftsrl/react-laravel-paginated-table
v1.3.1
Published
A simple table ready for laravel paginated responses
Downloads
40
Maintainers
Readme
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/>