JS Create Table JSON: Display data in a HTML table from JSON server data

Recommend this page to a friend!
     
  Info   Example   View files Files   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2025-07-09 (Less than 1 hour ago) RSS 2.0 feedNot yet rated by the usersTotal: 98 All time: 418 This week: 4Up
Version License JavaScript version Categories
createtablejson 1.0.2MIT/X Consortium ...5HTML, jQuery
Description 

Author

This package can display data in a HTML table from JSON server data.

It is a jQuery plugin that can load table data dynamically from a given URL.

The plugin sends an AJAX request to the URL and extracts the row data structure for the table to build from the response returned in JSON.

In Spanish: Parseo de datos con JSON y generación de tabla dinámica HTML con JQuery.

Picture of Agustin Rios Reyes
  Performance   Level  
Name: Agustin Rios Reyes <contact>
Classes: 4 packages by
Country: Mexico Mexico
Age: 39
All time rank: 792 in Mexico Mexico
Week rank: 6 Up1 in Mexico Mexico Up
Innovation award
Innovation award
Nominee: 1x

Example

<!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Crea Tabla de JSON</title> <link rel="stylesheet" type="text/css" href="Tablas.css"> </head> <section> <div id="contenedorTable1"></div> <br> <br> <br> <div id="contenedorTable2"></div> <br> <br> <br> <div id="contenedorTable3"></div> <br> <br> <br> <div id="contenedorTable4"></div> <br> <br> <br> <div id="contenedorTable5"></div> <br> <br> <br> <div id="contenedorTable6"></div> </section> <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> <script src="createTableJSON.js"></script> <script type="text/javascript"> $("#contenedorTable1").createTableJSON({url: "Example1.json"}); $("#contenedorTable2").createTableJSON({url: "Example2.json"}); $("#contenedorTable3").createTableJSON({url: "Example3.json"}); $("#contenedorTable4").createTableJSON({url: "Example4.json"}); $("#contenedorTable5").createTableJSON({url: "Example5.json"}); $("#contenedorTable6").createTableJSON({url: "Example6.json"}); </script> </body> </html>

  Files folder image Files (11)  
File Role Description
Plain text file createTableJSON.js Class Class source
Plain text file Example1.json Data Auxiliary data
Plain text file Example2.json Data Auxiliary data
Plain text file Example3.json Data Auxiliary data
Plain text file Example4.json Data Auxiliary data
Plain text file Example5.json Data Auxiliary data
Plain text file Example6.json Data Auxiliary data
Plain text file index.html Example Example script
Plain text file LICENSE Example Example script
Plain text file ObjetoTabla.json Data Auxiliary data
Plain text file Tablas.css Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:98
This week:0
All time:418
This week:4Up