Vue PivotGrid - fieldChooser.texts

Strings that can be changed or localized in the pivot grid's integrated Field Chooser.

Selector: DxTexts
Type:

Object

NOTE
Due to technical restrictions, you cannot obtain this object at runtime if you have not specified it beforehand when configuring the UI component.

allFields

The string to display instead of All Fields.

Selector: all-fields
Type:

String

Default Value: 'All Fields'

columnFields

The string to display instead of Column Fields.

Selector: column-fields
Type:

String

Default Value: 'Column Fields'

dataFields

The string to display instead of Data Fields.

Selector: data-fields
Type:

String

Default Value: 'Data Fields'

filterFields

The string to display instead of Filter Fields.

Selector: filter-fields
Type:

String

Default Value: 'Filter Fields'

rowFields

The string to display instead of Row Fields.

Selector: row-fields
Type:

String

Default Value: 'Row Fields'