Igniteui-angular: Allow master-detail style visualization with igxGrid

Created on 30 Sep 2019  路  3Comments  路  Source: IgniteUI/igniteui-angular

Is your feature request related to a problem? Please describe.

I want to be able to create a master-detail view with igxGrid, where the master is the grid rows that are expandable and expanding them shows custom template / component for their details.

Describe the solution you'd like

Clear-cut way for defining "details" template for grid rows.

Describe alternatives you've considered

N/A

Additional context

N/A

Epic feature-request general L resolved

Most helpful comment

@MayaKirova I have made some changes and have signed it off on my end.

All 3 comments

@StefanIvanov @radomirchev @rkaraivanov @ChronosSF @kdinev

As previously discussed this will be a feature of the igxGrid ( will not affect the other grids - TreeGrid and HierarchicalGrid).
In order to differentiate from the GroupBy feature, which also renders expander indicators, when master-detail template is defined it will render expander inside the cell and will no have an expand/collapse indicator in the header (like in the TreeGrid) :

image

@radomirchev @kdinev @rkaraivanov @ChronosSF

Please review the initial spec and let me know what you think:
https://github.com/IgniteUI/igniteui-angular/wiki/Grid-Master-Detail

@MayaKirova I have made some changes and have signed it off on my end.

Was this page helpful?
0 / 5 - 0 ratings