Group by in Dynamic Containers
Status
Release Available | Status | Framework Name |
---|---|---|
4.1 | Current | MUI |
General
As a Portal Admin, you can group all the parent records based on a key in a dynamic container in the List-view.
Code JSON
"groupBy": { "field": "Industry", "ascending": false, "titles": [ { "title": "Industry : $this.attr(Industry); <p>Short description of the industry</p>" } ], "collapsed": true, "collapsibleIcons": { "collapsed": "expand_less", "expanded": "expand_more" } }