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

162
Vistas
I need to get the values and counts for each group from the Tabulator groupHeader to my js and html file

I am using Tabulator to log stock alerts from my trading software. I am using Grouping, which groups all alerts for the same stock into one group. I want to get the stock symbol value and each group row count into my js file and/or html file. This data in on the groupHeaders bar and in the Tabulator grouping Module, but I am not smart enough to get it separated to be able to use in my auto-trading bot file. Thanks for help.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can get an array of Group Components from the table by calling the getGroups function:

var groups = table.getGroups();

You can then itterate over each group. the group componenet has a getKey function that will return the value that the rows in that group are grouped by. and a getRows function that will return an array of the rows from that group.

var groups = table.getGroups();

groups.forEach((group)=>{
    var key = group.getKey();
    var rowCount = group.getRows().length;
});

You can then do whatever you like with that data

about 4 years ago · Juan Pablo Isaza Denunciar
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