Devextreme-reactive: Expand/Collapse all Detail Rows

Created on 28 Jul 2018  路  3Comments  路  Source: DevExpress/devextreme-reactive

I have a Grid with the Detail Row plugin and would like to add a button that can toggle between expanding/collapsing all the rows. I understand that I'd have to use the toggleDetailRowExpanded Action to achieve this but I'm not too sure how to go about using the export.

I saw this example for reference but wasn't able to equate the same for this purpose - https://stackblitz.com/edit/react-p3fueb?file=index.js

Grid question

Most helpful comment

Hi.

Here is an example: https://stackblitz.com/edit/react-p3fueb?file=index.js. I am using a template that intersects the 'heading' row and the 'detail' column. I used the 'toggleDetailRowExpanded' action to toggle expanded detail rows.

All 3 comments

Hi.

Here is an example: https://stackblitz.com/edit/react-p3fueb?file=index.js. I am using a template that intersects the 'heading' row and the 'detail' column. I used the 'toggleDetailRowExpanded' action to toggle expanded detail rows.

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sintuchintu picture sintuchintu  路  3Comments

zcuric picture zcuric  路  3Comments

SferaDev picture SferaDev  路  3Comments

bloolizard picture bloolizard  路  3Comments

acentfrio picture acentfrio  路  3Comments