collapses a group of rows
val | string | a value used to determine what group to collapse (in other words, this should be a value common for all of them) |
Available only in PRO Edition
//collapse "John Grisham" group
myGrid.collapseGroup('John Grisham');
Back to top