Skip to content

Commit d234f6e

Browse files
New Feature/Improvement:
1. Improvements in basic pagination 2. Implement advanced pagination Bug Fixes: 1. CSV doesn't contain computed values #31 2. Export to Excel functionality is broken - file cannot be opened #28
1 parent 02acdea commit d234f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ var ReactDatatable = require('@ashvin27/react-datatable')
231231
| show_last | boolean | true | Use to specify either show or hide pagination last button
232232
| show_length_menu | boolean | true | Use to specify either show or hide page length menu
233233
| show_pagination | boolean | true | Use to specify either show or hide pagination
234+
| pagination | string | basic | Use to specify the type of pagination. Available types: basic/advance
234235

235236
## Columns
236237
| Name | Type | default | Description

0 commit comments

Comments
 (0)