Export to GitHub

jquery-datatables-row-grouping - issue #28

how to use asExpandedGroups ?


Posted on Apr 26, 2012 by Happy Panda

I want to colaspse all the groups when the table is loaded. How can I do that? I tried to colapse all but one using asExpandedGroups, but it doesn't work (none colapse at all!)

Comment #1

Posted on Jun 1, 2012 by Swift Wombat

I needed the same functionality. The following worked for me: .rowGrouping({ asExpandedGroups: [], bExpandableGrouping: true, bHideGroupingColumn: true });

Comment #2

Posted on Jul 13, 2012 by Happy Panda

I believe that this was the answer to your question.

Jovan

Status: Done

Labels:
Type-Other Priority-Low