Skip to content

nikhil-vartak/json-to-html-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON to HTML Converter

Usage

var j2ht = new J2HConverter(<json_string>, <id_of_container_element>);
j2ht.convert();

Additionally, table attributes can be set using object:

j2ht.attributes = { class: "css_class_name" };