Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

342
Vistas
How can I display one json file in two Tabulator tables on one HTML page?

I would like to create one html page, which shows two Tabulator tables. These two tables are connected and show the data from one json file (when the first table is full, the json data continues in the second table).

My current problem is, that my HTML code just shows one table and not two. So far the code looks like this:

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="MyCSS.css" >
    <script type="text/javascript" src="node_modules/tabulator-tables/dist/js/tabulator.js"></script>
</head>

<body>

<div id="idTable"></div>
<script type="text/javascript" src="saveFile.json"></script>
<script type="text/javascript" src="tableDesign.js"></script>

<div id="idTable"></div>
<script type="text/javascript" src="saveFile.json"></script>
<script type="text/javascript" src="tableDesign.js"></script>

</body>
</html>

I tried different ways like:

  • just a second <div id="idTable"></div> below the first one
  • just a second <div id="idTable"></div> below the two <script>
  • seperating both tables by giving the second div the id idTable2 and creating copied files, so that idTable2 is connected to saveFile2.sjon and tableDesign2.js

How can I solve this?

Thank you :)

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda