oms-ui-general-table
v2.9.5
Published
Airtour General Table framework Package
Downloads
21
Readme
OMS-UI-GENERAL-TABLE
A personal table package to meet the needs of the table
Installation
Install oms-ui-general-table with npm
npm install oms-ui-general-table
Install oms-ui-general-table with yarn
yarn add oms-ui-general-table
Features
- Declarative configuration
- Responsive (via x-scroll/flex)
- Expandable Rows
- Selectable Rows
- Orderable Columns
Provider Props
| Name | Description | | ----------------- | ------------------------------------------------------------------------------------------ | | rows | your rows list, must be extended from IRow | | cols | your columns list, must be extended from ICol | | selectable | boolean prop for multiselection feature | | children | add your component and tableComponent | | selectionRule | rules for multiselect | | freezeHeader | boolean prop for freezeng header at top | | freezeColumns | select witch column must be freezed at left and right, now support one column at each side | | clickableRow | boolean prop for makeing rows selectable | | onRowClick | calls after row click captured | | checkBoxComponent | to having custom checkbox component | | headerColorHex | customize header color |