Type Alias GridCellMergeMode

Enumeration representing different cell merging modes for the grid elements.

  • 'onSort': Only merge cells in column that are sorted.
  • 'always': Always merge adjacent cells based on merge strategy.