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
45c8e9fed8
commit
335dd870ad
@@ -71,6 +71,9 @@ export class DataTableComponent implements AfterContentInit, OnChanges, DoCheck
|
||||
@Input()
|
||||
rowStyleClass: string;
|
||||
|
||||
@Input()
|
||||
showHeader: boolean = true;
|
||||
|
||||
@Output()
|
||||
rowClick: EventEmitter<DataRowEvent> = new EventEmitter<DataRowEvent>();
|
||||
|
||||
|
Reference in New Issue
Block a user