A feature could be created to perform rowspan when column 1, 2, 3 contain certain values.
That is, only rowspan when columns 0 equals the next row, 1 is equal to the next row, 2 is equal to the next row.
example:
table.rowspanizer ({
columns: [0, 1, 2, 7, 8, 9],
vertical_align: 'middle'
conditionColumns: [0, 1, 2]
});
A feature could be created to perform rowspan when column 1, 2, 3 contain certain values.
That is, only rowspan when columns 0 equals the next row, 1 is equal to the next row, 2 is equal to the next row.
example:
table.rowspanizer ({
columns: [0, 1, 2, 7, 8, 9],
vertical_align: 'middle'
conditionColumns: [0, 1, 2]
});