An open API service indexing awesome lists of open source software.

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

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