For a list of all members of this type, see GroupByColumnSettingWrapper members.
Name | Description | |
---|---|---|
![]() | AllowGrouping | see GroupByColumnSetting.AllowGrouping |
![]() | ColumnIndex | see GroupByColumnSetting.ColumnIndex |
![]() | ColumnKey | see GroupByColumnSetting.ColumnKey |
![]() | CompareFunc | The name of the function as a string located in the global window object - used for custom comparison. The function accepts the following arguments: val1 - the first value to compare val2 - the second value to compare recordsData (optional) - an object having three properties: fieldName - the name of the sorted field; record1 - first record to compare; record2 - second record to compare The function returns the following numeric value: 0 - indicating that values are equal 1 - indicating that val1 $gt; val2 -1 - indicating that val1 $lt; val2 |
![]() | Dir | |
![]() | GroupByComparerFunction | |
![]() | GroupLabelFormatter | |
![]() | GroupSummaries | Overloaded. Enables/disable default group summaries applied to all columns |
![]() | IsGroupBy | |
![]() | Summaries | summary column settings |
View on GitHub