alepha@docs:~/docs/framework/packages/@alepha-ui$
cat table.md | pretty
1 min read
Last commit:

#@alepha/ui - Table

#Installation

npm install @alepha/ui

#Overview

Data tables.

AlephaTable is a table wired for server-side pagination, sorting and filtering, with row and bulk actions, persisted filters and a static mode for local data (paginateLocal). AlephaTableFilterBar, AlephaTableFilterMenu, AlephaTableFilterDialog and AlephaTableBulkMenu are its parts, and useTableSelection its selection state. PermissionMatrix is the grid of roles against permissions the admin and account kits draw.

#API Reference

#React Hooks