Variable GridCellMergeMode

Enumeration representing different cell merging modes for the grid elements.

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