Advanced table component for Angular framework. Highly customizable and provides a sane default.
Documentation
·
Request Feature
NgxPanemuTable is an Angular table component. It is designed to be easy to use. Most work will be in typescript file, while the html file only needs to have a very simple panemu-table tag.
To know how to install and use NgxPanemuTable, please check our documentation.
- [Breaking Change] Persist state now has a way to pick what states to save rather than always saving all states. See this page.
- Inline editing
- Transpose selected row.
- New
PanemuSettingComponent
as the UI to change columns visibility, position and stickiness. - Save table states (column structure, pagination, filtering, sorting and grouping)
- Support cell rowspan and colspan using
RowRenderer
.
- Virtual scroll
- Table footer
- RowGroup now customizable and can have footer
- Cell expansion
- Export to CSV
- Group multiple columns under one cell header
This command is to watch code changes in lib source:
ng build ngx-panemu-table --watch
This command is to run the demo:
npm start