Is it possible to span multiple rows or columns across; in a list grid?
Announcement
Collapse
No announcement yet.
X
-
You can set singleCellValue on a record to have it span all columns showing that value.
Other than that, cell values cannot span varying number of columns, but you can use formatCellValue to create the appearance of multiple or varying numbers of cells within a single column.
Comment