EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: swells808 on October 08, 2014, 05:33:47 PM



Title: Possible to have more than one value in groupField for the groupview function?
Post by: swells808 on October 08, 2014, 05:33:47 PM
I am using the group view in a data grid and I wanted to link more than one value in the groupField area. Is this possible and if so how do I do this?

Code:
view:groupview,
                groupField:'shift',
                groupFormatter:function(value,rows){
                    return 'Shift ' + value + ' - ' + rows.length + ' Item(s)';
                }


Title: Re: Possible to have more than one value in groupField for the groupview function?
Post by: jkdoyle on November 21, 2016, 03:26:15 PM
Did you ever figure this out?  I would like to do the same.