Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature custom groups #182

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ckosmowski
Copy link
Collaborator

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:

  • Display a predefined structure of groups, no matter if there are rows or not
  • React on opening the group, load rows from a server and add it

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant