https://github.com/nithinbiliya/dynamic-table
creates html table dynamically from table structure json and table data json
https://github.com/nithinbiliya/dynamic-table
angular-module angularjs javascript
Last synced: 12 months ago
JSON representation
creates html table dynamically from table structure json and table data json
- Host: GitHub
- URL: https://github.com/nithinbiliya/dynamic-table
- Owner: NithinBiliya
- License: mit
- Created: 2017-02-17T04:05:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T07:22:50.000Z (over 7 years ago)
- Last Synced: 2025-02-11T15:51:52.139Z (about 1 year ago)
- Topics: angular-module, angularjs, javascript
- Language: JavaScript
- Homepage: https://nithinbiliya.github.io/dynamic-table/
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dynamic-table
AngularJS module
Creates html table dynamically from table structure json and table data json
Table structure JSON format - refer to personDetailsStructure.json or productTableStructure.json
Table data JSON format - refer to personDetailsData.json or productTableData.json
Demo
--------
[DEMO link](https://nithinbiliya.github.io/dynamic-table/)
Usage
------
```
```
personDetailsObject is JSON object mentioned in personDetailsStructure.json
personDetailsData is JSON object mentioned in personDetailsData.json
License
--------
MIT License