1.3.1 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.4.5

2 years ago

0.4.4

2 years ago

0.4.3

2 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.4.1

3 years ago

0.3.2

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago