ungroup
ungroups data
function ungroup( // defines whether the component should be re-rendered after ungrouping ("true" by default) mode: boolean): void
Example
Section titled “Example”myview.group({ by:"company", // 'company' is the name of data property map:{ sales:["sales","sum"] }});...myview.ungroup();