I found a lot about grouping and from what I checked, on the latest dev, this Is now working. But grouping content under separate tabs isn't working the way I expected.
On an taxonomy view and trying to group terms on their vocabulary name there is a separate tab for each individual term in stead of al terms being grouped under 1 tab with its vocabulary name. I tried if using distinct made a difference but no luck there.
So it looks like this
vocab a
vocab a
vocab a
vocab a
term
term
term
term
vocab b
vocab b
vocab b
term
term
term
In stead of this
vocab a
term
term
term
term
vocab b
term
term
term
term
Comments
Comment #2
capfive commentedI hope someone can look into this!
I am having the same problem, where as the standard unformatted list group works properly...
Please help, it renders Bootstrap tabs pretty much useless!
Comment #3
jrochate commentedAfter some time spent on this module, I can confirm that grouping (available on -dev version), does not group inside tabs values, but above.
Tab values will still be based on row field values, instead of group values.
That's too bad, but it's it has some use cases where is can be good. Like tabbing content with 4 or 5 rows...
Anyway, if that is really needed, you can allways built it using 2 views and views_field_view.
I have managed to build it based in this tips:
http://drupal.stackexchange.com/questions/161320/is-there-a-way-to-use-g...
Comment #4
shelaneThe group does work as designed just based on views itself. I agree with jrochate that if you're wanting to do it as described, use the views_field_view module.