feat: add expandable rows and accordion details to grid and table views
This commit is contained in:
@@ -115,6 +115,9 @@
|
||||
[showDelete]="showDelete"
|
||||
[showDetails]="showDetails"
|
||||
[hasCaption]="!!(pageTitle || showAdd || filter || showRefresh || moreActions)"
|
||||
[expandable]="expandable"
|
||||
[expandableItemKey]="expandableItemKey"
|
||||
[expandColumns]="expandColumns"
|
||||
(onEdit)="edit($event)"
|
||||
(onDelete)="remove($event)"
|
||||
(onDetails)="details($event)"
|
||||
|
||||
Reference in New Issue
Block a user