Skip to content

tech2avinash/Json2Html-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Include this script file in Website.
   jsontotable(ajaxurl, divid, cssclass,paging,search);
ajaxurl:'service url which returns a json string'
divid:'id of div where the html table to be rendered'
cssclass:'css class of a table'
paging:'bool property if true paging will be added else no paging'
search:'bool property if true search functionality will be added else no search function'

e.g:

<script type="text/javascript">
        jsontotable('http://....../Webstats.json', 'div_table_stats', 'table table-responsive', true, false);
</script>
<div id="div_table_stats">
</div>

About

Jquery Wrapper to convert json array to Html table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published