Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 379 Bytes

JsonToHtmlTableConverter

Add this js file to your file directory and pass json data to jsonToTableHtmlString function

const html = jsonToTableHtmlString(jsondata, {
tableStyle: "", //place style in side the empty parenthesis
trStyle: "",    
thStyle: "",    
tdStyle: "",    
tdKeyStyle: ""
});