Is there any way to set the row/col span dynamically or conditionally for rows/columns which have the same content?
i.e. for a series of artifacts in DNG:
Col 1
|
Col 2
|
Col 3
|
ABC
|
123
|
Blaa 1
|
ABC
|
456
|
Blaa 2
|
ABC
|
456
|
Blaa 3
|
Would publish as:
Col 1
|
Col 2
|
Col 3
|
ABC
|
123
|
Blaa 1
|
456
|
Blaa 2
|
Blaa 3
|
Comments
Glyn Costello
Aug 06 '21, 8:07 a.m.I think you can find out which row/column you're in in a table, can you query the previous artifacts contents somewhow and then programmatically set the row span or somehow merge the cells?