[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:
DominikIwanek
2023-10-24 15:52:11 +02:00
committed by GitHub
parent 3912a652d5
commit 36c6e6d8ea
9 changed files with 113 additions and 108 deletions

View File

@@ -44,6 +44,7 @@ export interface DocumentListPresetRef extends ExtensionElement {
template: string;
desktopOnly: boolean;
sortingKey: string;
isHidden?: boolean;
rules?: {
[key: string]: string;
visible?: string;