https://github.com/panemu/ngx-panemu-table
Angular Table Component
https://github.com/panemu/ngx-panemu-table
angular grid material table
Last synced: about 2 months ago
JSON representation
Angular Table Component
- Host: GitHub
- URL: https://github.com/panemu/ngx-panemu-table
- Owner: panemu
- License: mit
- Created: 2024-09-03T07:47:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-19T04:19:29.000Z (about 1 year ago)
- Last Synced: 2024-09-19T12:19:51.298Z (about 1 year ago)
- Topics: angular, grid, material, table
- Language: TypeScript
- Homepage: https://ngx-panemu-table.panemu.com/
- Size: 1.81 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-angular - ngx-panemu-table - 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. (Third Party Components / Data Grids)
- fucking-awesome-angular - ngx-panemu-table - 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. (Third Party Components / Data Grids)
README
NgxPanemuTable
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.
## Installation
To know how to install and use NgxPanemuTable, please check our [documentation](https://ngx-panemu-table.panemu.com/).
## Development
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
```
## Support Us