File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,17 @@ To enable the pagination plugin
13
13
14
14
<div className =" full-width " >
15
15
16
- | Name | Description | Type |
17
- | -------------------------| -------------------------------------| ---------------|
18
- | enabled | to enable/disable pagination | boolean |
19
- | limit ` optional ` | rows per page | number |
20
- | page ` optional ` | initial page | number |
21
- | summary ` optional ` | to show/hide the pagination summary | boolean |
22
- | nextButton ` optional ` | to show/hide the next button | boolean |
23
- | prevButton ` optional ` | to show/hide the previous button | boolean |
24
- | buttonsCount ` optional ` | number of buttons to display | number |
25
- | server ` optional ` | to enable server-side integration | ServerConfig |
16
+ | Name | Description | Type |
17
+ | ------------------------------| -----------------------------------------------| ---------------|
18
+ | enabled | to enable/disable pagination | boolean |
19
+ | limit ` optional ` | rows per page | number |
20
+ | page ` optional ` | initial page | number |
21
+ | summary ` optional ` | to show/hide the pagination summary | boolean |
22
+ | nextButton ` optional ` | to show/hide the next button | boolean |
23
+ | prevButton ` optional ` | to show/hide the previous button | boolean |
24
+ | buttonsCount ` optional ` | number of buttons to display | number |
25
+ | resetPageOnUpdate ` optional ` | to reset the pagination when table is updated | boolean |
26
+ | server ` optional ` | to enable server-side integration | ServerConfig |
26
27
27
28
</div >
28
29
You can’t perform that action at this time.
0 commit comments