Actions
Feature #90
openFeature #85: Sortable Table UI Component
Pagination Component
Description
React component used by a parent table component to display pagination numbers/dots, optionally "to first page"/"to last page" buttons/links, and a dropdown box for selecting the page size to use.
Known properties to pass down to the component (subject to change):
- Default Page Size (integer)
- Total Count (integer)
- Page size options (list of integers)
- Size Select callback, if missing page size is fixed to the default and the dropdown is not rendered.
No data to display
Actions