mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-7856] Show variables in table
This commit is contained in:
@@ -34,6 +34,10 @@ export class DataColumnComponent implements OnInit {
|
||||
@Input()
|
||||
key: string;
|
||||
|
||||
/** You can specify any custom data which can be used by any specific feature */
|
||||
@Input()
|
||||
customData: any;
|
||||
|
||||
/** Value type for the column. Possible settings are 'text', 'image',
|
||||
* 'date', 'fileSize', 'location', and 'json'.
|
||||
*/
|
||||
@@ -52,6 +56,10 @@ export class DataColumnComponent implements OnInit {
|
||||
@Input()
|
||||
draggable: boolean = false;
|
||||
|
||||
/* Hide column */
|
||||
@Input()
|
||||
isHidden: boolean = false;
|
||||
|
||||
/** Display title of the column, typically used for column headers. You can use the
|
||||
* i18n resource key to get it translated automatically.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user