@hizzlewp/records
v1.3.8
Published
Display records in a table, grid, or list
Readme
Records
This package contains record components for the HizzleWP framework.
ActionsPanel
Actions panel component
Filters
Undocumented declaration.
Pagination
Pagination component for the table
Type
React.FC< { slotName: string; } >
PER_PAGE_OPTIONS
Undocumented declaration.
Records
Undocumented declaration.
SORTING_ARROWS
Undocumented declaration.
SORTING_DIRECTIONS
Undocumented declaration.
SORTING_ICONS
Undocumented declaration.
SORTING_LABELS
Undocumented declaration.
SORTING_VALUES
Undocumented declaration.
Table
Displays records in a table.
It must be a descendant of the TableProvider component.
Type
React.FC< React.HTMLAttributes< HTMLTableElement > >
TableProvider
Provider component for the table context
useTable
Hook to use the table context
