Skip to content

Muhsani95/JsonToHtmlTableConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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: ""
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published