cig-table
v0.0.2
Published
The library is built for displaying 2D table matrix as a table on UI on the fly. The library is very basic and development is still is in progress.
Downloads
6
Readme
CigTable
The library is built for displaying 2D table matrix as a table on UI on the fly. The library is very basic and development is still is in progress.
Usage
<cig-table
[data]=[
["id","name","address"],
[1503,"John Doe","San Jose"]
]>
</cig-table>Upcoming features
- Column resizing
- on hover tooltip
- on hover actions
- export to Excel & JSON
