IFiltersSettings
Defined in: js-api/src/interfaces/d4.ts:1010
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
active | boolean | - | js-api/src/interfaces/d4.ts:1011 |
allowDynamicMenus | boolean | - | js-api/src/interfaces/d4.ts:1046 |
columnNames | string[] | - | js-api/src/interfaces/d4.ts:1042 |
description | string | Viewer description that gets shown at the Descriptor Position. Markup is supported. | js-api/src/interfaces/d4.ts:1060 |
descriptionPosition | "Top" | "Bottom" | "Left" | "Right" | - | js-api/src/interfaces/d4.ts:1072 |
descriptionVisibilityMode | "Auto" | "Always" | "Never" | - | js-api/src/interfaces/d4.ts:1074 |
filters | object[] | - | js-api/src/interfaces/d4.ts:1044 |
help | string | Help to be shown when user clicks on the '?' icon on top. Could either be in markdown, or a URL (starting with '/' or 'http'). | js-api/src/interfaces/d4.ts:1064 |
histogramLook | any | - | js-api/src/interfaces/d4.ts:1013 |
initializationFunction | string | Namespace-qualified function that gets executed when a viewer is initialized | js-api/src/interfaces/d4.ts:1067 |
onInitializedScript | string | JavaScript that gets executed after a viewer is initialized and added to the TableView | js-api/src/interfaces/d4.ts:1070 |
showBoolCombinedFilter | boolean | Show a filter that represents all boolean columns in the table. | js-api/src/interfaces/d4.ts:1040 |
showContextMenu | boolean | Properties common for all viewers todo: use code generation | js-api/src/interfaces/d4.ts:1050 |
showCurrentRow | boolean | shows the current row in the table using green vertical bar in corresponding row | js-api/src/interfaces/d4.ts:1034 |
showFilterCountsIndication | boolean | - | js-api/src/interfaces/d4.ts:1015 |
showFilterIndication | boolean | - | js-api/src/interfaces/d4.ts:1017 |
showHeader | boolean | - | js-api/src/interfaces/d4.ts:1022 |
showHistogram | boolean | - | js-api/src/interfaces/d4.ts:1024 |
showMinMax | boolean | - | js-api/src/interfaces/d4.ts:1026 |
showMouseOverGroupRow | boolean | shouws the mouse over group porportion in the filter (similar to how selection proportion is shown). | js-api/src/interfaces/d4.ts:1037 |
showMouseOverRow | boolean | shows the current mouse over row in the table using grey vertical bar in corresponding row | js-api/src/interfaces/d4.ts:1031 |
showSearchBox | boolean | - | js-api/src/interfaces/d4.ts:1028 |
showSelectionIndication | boolean | Indicate the proportion of the selected rows inside each category. | js-api/src/interfaces/d4.ts:1020 |
showTitle | boolean | - | js-api/src/interfaces/d4.ts:1054 |
table | string | - | js-api/src/interfaces/d4.ts:1056 |
title | string | - | js-api/src/interfaces/d4.ts:1052 |