Most examples of rowspanning I have seen involve hard-coded values.
How would I create row-spans dynamically based on the column values? Specifically, I'd like to dynamically merge all adjacent identical rows into one cell, to get a result such as this:
Ag-Grid - Only Date rows are to be span
Can the function logic to define a row-span access the values from other rows? Can it do so relative to itself (e.g. next row, prev row)?