EvHaus / doby-grid

An HTML table element on steroids.
Other
14 stars 5 forks source link

Feature custom groups #182

Open ckosmowski opened 9 years ago

ckosmowski commented 9 years ago

Added a more flexible way of using groups that does not necessarily need columns to be grouped by. Also the specified groups will be displayed no matter if there are items or not (like with the remoteGroups). So the main purpose that we needed is:

This is now possible for us with the method setCustomGrouping(), the "groupheaderclick" event and with custom getters and formatters. I added an example to show how we are going to use the feature.

I implemented it so solve our problems with #147