Malaz Albawarshi
Malaz Albawarshi

Reputation: 49

Convert data structure (list of list) to Html table

i have many 2d arrays and i want to display them in HTMLTable (dynamically). is there any tool or library to make it

Upvotes: 0

Views: 626

Answers (1)

Prasad
Prasad

Reputation: 211

Check this, Jquery javascript library, You can create dynamic HTML element using this.

https://jquery.com/

http://www.w3schools.com/jquery/jquery_dom_add.asp

Upvotes: 1

Related Questions