Views Table Rowspan

Categories

Component ID

2300969

Component name

Views Table Rowspan

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

2369

Component created

Component changed

Component body

Views Table Rowspan defines new views display format name "Table Rowspan". This display will group rows in table and merge row has same value to one row use property rowspan.

Depedencies

Installation

  • Download this module and save to folder drupal_root/sites/all/modules/
  • Enable this module as usual like other modules.

Usage

  • Create a new view (eg: a list of node).
  • Set format Table Rowspan for this view.
  • Add some field to this view.
  • Group field that has same value.
  • Check option "Merge rows in group".

Similar modules

This module has 2 key differences to module Views Grouped Table:

  • Module Views Grouped Table group rows in table use relationship but this module use data (or rendered data) to group rows in table (inherit from Views core). It allow you to group unlimited levels in table.
  • Module Views Grouped Table merge rows by emptying value in cell (so the td tag still rendered in table) but this module use attribute rowspan to merge cells.

See more detail in: https://www.drupal.org/node/2301439#comment-8963499