https://github.com/michaelbe812/ngx-reactive-table
A lightweight reactive and customizable table component for Angular
https://github.com/michaelbe812/ngx-reactive-table
Last synced: about 2 months ago
JSON representation
A lightweight reactive and customizable table component for Angular
- Host: GitHub
- URL: https://github.com/michaelbe812/ngx-reactive-table
- Owner: michaelbe812
- Created: 2020-04-05T09:13:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T02:58:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T04:59:06.253Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ngx-reactive-table
This repository is providing:
- ngx-reactive-table lib: a library which provides an lightweight Angular table component which is fully reactive. See [ngx-reactive-table Readme](./libs/ngx-reactive-table/README.md)
- a demo application demonstrating the use of this lib.## Demo
### Run locally
`ng serve demo`
### View live
Visit https://mikelgo.github.io/ngx-reactive-table/docs/ to view the component in action.