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] Expand row to see a list of its details #857

Closed
johnib opened this issue Apr 25, 2016 · 2 comments
Closed

[Feature] Expand row to see a list of its details #857

johnib opened this issue Apr 25, 2016 · 2 comments

Comments

@johnib
Copy link

johnib commented Apr 25, 2016

Hi,

I've been examining the set of features this grid offers.
For starters, it looks pretty amazing and gives the feeling that what can be done with it is limitless.

Yet, I'm missing one important feature, expanding rows to see a list of the rows properties and values.
As you can see in the following two images, I have a set of rows, which one of them is expanded in the second image, showing me all the columns' values in a list.
unexpanded

expanded

I'm looking for something like this in Ag-gird.
I was wondering if this can be accomplish using the current features and if not, at least see if this feature is planned for the near future.

Thanks a lot.

@ceolter
Copy link
Contributor

ceolter commented Apr 26, 2016

you can do this, but you will have to provide the data to the grid already grouped.

look at the file explorer example or the tree example for providing already grouped data.
https://www.ag-grid.com/javascript-grid-tree/index.php
https://www.ag-grid.com/example-file-browser/index.php

the grid will not the grouping or aggregation for you. but it does give you full control on what's in each row.

@ceolter ceolter closed this as completed Apr 26, 2016
@balguri23
Copy link

Some details can be showed on expanding the row. Can we acheive this with out grouping the data. As we need to pass the same row as child if we go with current implementation. Can someone please help on this requirement? Just like selection we can have a button column to show and hide the detail template.

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