https://github.com/bruce17/angular-table-component
Provide a table component which acts as a table, including a TableManager, FilterManager and StateService.
https://github.com/bruce17/angular-table-component
Last synced: 4 months ago
JSON representation
Provide a table component which acts as a table, including a TableManager, FilterManager and StateService.
- Host: GitHub
- URL: https://github.com/bruce17/angular-table-component
- Owner: Bruce17
- License: mit
- Created: 2016-02-04T09:40:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-04T09:53:15.000Z (over 9 years ago)
- Last Synced: 2023-04-10T07:31:08.775Z (about 2 years ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-table-component
Provide a table component which acts as a table, including a TableManager, FilterManager and StateService.
## Requirements
* ES6/ES2015
## Notice
This project was a prove of concept for a table component. It is not production ready and needs some additional work.
## TODO
* Convert ES6 to ES5 code into `dist` folder.
* Sorting filter doesn't fetch/store its state from/to the StateService.## License
MIT License