mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-2457] Comment component - Hide the table header (#3053)
* Added showHeader input property in adf-datatable to hide header in comment-list component.
This commit is contained in:
committed by
Eugenio Romano
parent
487147ca22
commit
16a8fa8cd8
@@ -1,5 +1,6 @@
|
||||
<adf-datatable
|
||||
[rows]="comments"
|
||||
[showHeader]="false"
|
||||
(rowClick)="selectComment($event)" *ngIf="hasComments()">
|
||||
|
||||
<data-columns>
|
||||
|
Reference in New Issue
Block a user