Grouping
The MultiColumnComboBox provides options for displaying grouped data.
To enable grouping, utilize the GroupResult
collections from the Data Query package which do not require additional setup.
You can fully customize the fixed header above the list and the group headers inside the list by using templates. For more information, refer to the dedicated article on templates.
The following example demonstrates how to group the popup table data by jobTitle
field value.