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.
- Support row double click action. See
*BasicUsagePage
. - Support local error handler. See
*ErrorHandlingPage
.
- [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.
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