Docs
API
  • collapseGroup([groupName: String])

    It is used only for Grouping Rows.

    Collapse grouped rows.
    If group is not provided than all groups will be collapsed.

    Example

    
    grid.collapseGroup('country');
    

    See also

    Method expandGroup