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
@@ -160,6 +160,7 @@ export class DataTableDemo {
|
||||
| contextMenu | boolean | false | Toggles custom context menu for the component |
|
||||
| allowDropFiles | boolean | false | Toggle file drop support for rows (see **ng2-alfresco-core/UploadDirective** for more details) |
|
||||
| loading | boolean | false | Flag that indicate if the datable is in loading state and need to show the loading template. Read the documentation above to know how to configure a loading template |
|
||||
| showHeader | boolean | true | Toggles header visibility |
|
||||
|
||||
### DataColumn Properties
|
||||
|
||||
|
Reference in New Issue
Block a user