Skip to content

sam-suresh/JSON-URL-to-HTML-Table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

JSON-list

JSON URL to HTML List

Grab data from JSON URL and list in a table.

Update URL in listify-json.js for your json URL.

Change id, title, userId with the field names from your JSON output.

row.append($("<td>" + rowData.id + "</td>"));
row.append($("<td>" + rowData.title + "</td>"));
row.append($("<td>" + rowData.userId + "</td>")); 

About

JSON URL to HTML Table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published