0.0.57 • Published 2 years ago
@zanake/bee v0.0.57
@zanake/bee
An Ant Design package that bulds on top Ant Design React components to provide "plug and play" components for enterprise projects.
bee . noun
: a winged insects closely related to ants, known for their roles in pollination and best-known for producing honey
Install
Install the package from the NPM registry using the command below:
npm install @zanake/bee
Components
<Resource/>
A fast and extendable React data table. It's a feature-rich component with:
- Sorting
- Filtering
- Pagination
- Aggregation
- Row selection
- Column hiding
- Column grouping
- Expandable rows
- CSV & Excel Export
| Prop | Type | Description |
|---|---|---|
| size | large \| middle \| small | Size of table: controls how visually compact the table data feels |
| loading | boolean | Loading status of table: decides whether the loading animation is visible |
| columns | ColumnsType[] | Schema: controls the visual aspect of the fields displayed |
| onChange | 𝑓 (pagination, filters, sorter, extra: { currentDataSource: [], action: paginate \| sort \| filter }) | A callback that is executed when pagination, filters or sorters are triggered |
| bordered | boolean | Whether to show all table borders |
| dataSource | array<object> | Data record array to be displayed |
| pagination | ||
| rowSelection |
Powered By Nx
0.0.50-beta
2 years ago
0.0.54
2 years ago
0.0.55
2 years ago
0.0.47-beta
2 years ago
0.0.45-beta
2 years ago
0.0.57
2 years ago
0.0.40-beta
3 years ago
0.0.38-beta
3 years ago
0.0.37-beta
3 years ago