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

351
Vistas
Tabulator - Is there a way to prevent header filtering and only apply header filters programmatically?

I have a table that has 15 columns with headerFilters using ajaxFiltering.

I would like to be able to type in all of my filter criteria into the header filters and then press a button to apply the filters all at once. I have tried using headerFilterLiveFilter:false but that only stops the live filtering while typing in that headerFilter. Once I click into another headerFilter it applies the previous filter and I have to wait to type the next criteria.

Anything I missed in the docs or any workarounds are much appreciated.

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

0

Apply a customHeaderFilter. Then in your function you can decide what to do.

about 4 years ago · Juan Pablo Isaza Denunciar

0

If you want to apply filters that the user cant change then you shouldn't be using header filters, you should be using standard filters, these can be added by calling the setFilter function.

table.setFilter("name", "!=", "Steve");

This function can also accept multiple filters at once, as an array:

table.setFilter([
    {field:"age", type:">", value:52}, //filter by age greater than 52
    {field:"height", type:"<", value:142}, //and by height less than 142
    {field:"name", type:"in", value:["steve", "bob", "jim"]}, //name must be steve, bob or jim
]);

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