mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-992] improve datatable styles according to UX guidelines (#2088)
* improve datatable style * datatable and document list enhancements - support to toggle header in DataTable - Document List automatically hides header for empty content
This commit is contained in:
committed by
Eugenio Romano
parent
7e357cfbae
commit
be3d3d2aa3
@@ -16,6 +16,7 @@
|
||||
[rowStyle]="rowStyle"
|
||||
[rowStyleClass]="rowStyleClass"
|
||||
[loading]="loading"
|
||||
[showHeader]="!isEmpty()"
|
||||
(showRowContextMenu)="onShowRowContextMenu($event)"
|
||||
(showRowActionsMenu)="onShowRowActionsMenu($event)"
|
||||
(executeRowAction)="onExecuteRowAction($event)"
|
||||
|
Reference in New Issue
Block a user