1.3.1 • Published 3 months ago

@dvsoftsrl/react-laravel-paginated-table v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

React Laravel Paginated Table

npm.io npm.io

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

1.3.1

3 months ago

1.3.0

3 months ago

1.2.1

3 months ago

1.2.0

3 months ago

1.1.0

4 months ago

1.0.0

4 months ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.3

1 year ago

0.4.2

2 years ago

0.3.0

2 years ago

0.4.1

2 years ago

0.3.2

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.2.0

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago