mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5566] - Add configurable columns to document list (#8968)
* [ACS-5566] - add configurable columns to document list * [ACS-5566] - add max visible columns * [ACS-5566] - add unit tests * [ACS-5566] - add docs * [ACS-5566] - style changes after CR * [ACS-5566] - changes for pipeline * [ACS-5566] - changes for pipeline * [ACS-5566] - changes for pipeline
This commit is contained in:
@@ -44,6 +44,7 @@ export interface DocumentListPresetRef extends ExtensionElement {
|
||||
template: string;
|
||||
desktopOnly: boolean;
|
||||
sortingKey: string;
|
||||
isHidden?: boolean;
|
||||
rules?: {
|
||||
[key: string]: string;
|
||||
visible?: string;
|
||||
|
Reference in New Issue
Block a user