Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

301
Views
Tabulator 5.1 groups not updating on hide() or show()

I am just trying to get all groups to expand or collapse in 5.1 and nothing seems to work right. For example;

groups = tabulator.getGroups();
groups.forEach(function(group) { group.show() }

This will only expand the first group. Also, isVisible now reports that those groups are now visible, but they do not expand.

table.groupBy() seems to mostly work as expected but always fails the first time, so must be issued on table generation.

I tried setting group._group.visible and other such things directly which don't work either.

There are no examples currently for 5.1 on the site.

thank you for any help

So this does work but is presumably not great;

groups = table.getGroups(); 
for (let i=0; i < groups.length; i++;) { table.getGroups()[i].show();}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!