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

Do you plan realize grouping like in this example http://adazzle.github.io/react-data-grid/examples.html#/grouping ? #79

Closed
ophite opened this issue Nov 11, 2016 · 4 comments

Comments

@ophite
Copy link

ophite commented Nov 11, 2016

No description provided.

@wcjordan
Copy link
Member

No we don't have any plans for grouping rows based on values. In the long term we may add support for cells which span multiple columns but we would leave it to outside extensions to use that primitive to build functionality like this.

@KamranAsif
Copy link
Contributor

+1, this can easily be done via react outside of the table. I think as a rule of thumb, we want to avoid adding features that can be done via normal react. This is why the library doesn't support primitive functionality like sorting/filtering. We don't restrict the data format, allowing greater flexibility.

@ophite
Copy link
Author

ophite commented Nov 13, 2016

Maybe you can say more about how it could be done with standard react inside your grid system ?

@KamranAsif
Copy link
Contributor

Hey.

Sorry I forgot to reply to this. You can do it similar to how I did this one:
https://jsfiddle.net/pns30rfx/

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

No branches or pull requests

3 participants