JavaScript/jQuery PivotGrid - fieldChooser
The Field Chooser configuration properties.
A field chooser is a pivot grid element that allows an end user to configure data displayed in the pivot grid. To invoke the field chooser, right-click any pivot grid header and select the Show Field Chooser item. You can also display PivotGridFieldChooser as a separate UI component.
allowSearch
Specifies whether the field chooser allows search operations in the "All Fields" section.
applyChangesMode
Specifies when to apply changes made in the field chooser to the PivotGrid.
The following modes are available:
"instantly"
Applies changes immediately."onDemand"
Applies changes when a user clicks OK or cancels them when a user clicks Cancel.
layout
Specifies the field chooser layout.
The image below shows different layout types.
The following abbreviations are used on the image.
- A — All Fields
- F — Filter Fields
- R — Row Fields
- C — Column Fields
- D — Data Fields
searchTimeout
Specifies a delay in milliseconds between when a user finishes typing in the field chooser's search panel, and when the search is executed.
texts
Strings that can be changed or localized in the pivot grid's integrated Field Chooser.
title
Specifies the text to display as a title of the field chooser popup window.