Skip to content

Commit

Permalink
added documentation for custom pagination menu
Browse files Browse the repository at this point in the history
might need revision
  • Loading branch information
SarthakC committed Oct 17, 2019
1 parent 4bc35bf commit b002e82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/pages/components/tables/tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Here is an example of customizing the component. You can learn more about this i
The `Action` property of the `TablePagination` component allows the implementation of
custom actions.

Custom options in the `Rows per page:` menu can be shown by using a JS object with the `label` key denoting the display string, such as `"All"`, and the `value` key defining the number of rows to be shown. The following example demonstrates the same.


{{"demo": "pages/components/tables/CustomPaginationActionsTable.js"}}

## Fixed header
Expand Down

0 comments on commit b002e82

Please sign in to comment.