I'm the maintainer of Views flipped table. I would like to be able to implement a behaviour along the lines of accordion, except using arbitrary table rows (individual fields) as the accordion header, with other rows hidden in the accordion. I would like to be able to do this with multiple groups of rows. I basically want something along the lines of http://jsfiddle.net/pVQQg/4/

Do you think there is a way to do this with views_accordion and views_flipped_table, or would it make more sense to code a separate extension of views_flipped_table from scratch?

Comments

naught101’s picture

Note that this could also be useful for table columns in the normal views table view, if it worked horizontally.

naught101’s picture

Issue summary: View changes

Updated issue summary.

portulaca’s picture

Issue summary: View changes

+1

It would be great to include a way to use any display inside the accordion content, not only tables.

I also often use tables in the accordion and do it by creating a table views, then overriding the template for that views display to include some accordion classes and including the js on relevant pages.

joseph.muennich’s picture

Have you tried the Views Megarow module (https://www.drupal.org/project/views_megarow )? It has become a staple for my views display creation.