feat: add expandable rows and accordion details to grid and table views

This commit is contained in:
2026-05-10 19:56:02 +03:30
parent cb6be84cb9
commit 13c791d86f
4 changed files with 56 additions and 20 deletions
@@ -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)"