diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-02-10 01:11:56 -0500 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-02-10 01:11:56 -0500 |
commit | 33556b484c54337427a81e8ac50d05996ec876b7 (patch) | |
tree | 6c27913d637e19dddc4b5cc2bc7911cc3e02466e /src/client/documents/Documents.ts | |
parent | 07e595fa4e542830b7731efc6b7116d8c01e2f75 (diff) |
fixed filtering bug with pivot view. fixed flyout dismissing for facets.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 82112836b..2f12b50d0 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -132,6 +132,7 @@ export interface DocumentOptions { strokeWidth?: number; color?: string; treeViewHideTitle?: boolean; // whether to hide the title of a tree view + treeViewHideHeaderFields?: boolean; // whether to hide the drop down options for tree view items. treeViewOpen?: boolean; // whether this document is expanded in a tree view treeViewChecked?: ScriptField; // script to call when a tree view checkbox is checked isFacetFilter?: boolean; // whether document functions as a facet filter in a tree view |