Vue DataGrid - ExportTexts
Configures the texts of export commands, buttons, and hints.
import { DxDataGridTypes } from "devextreme-vue/data-grid"
exportAll
The text or hint of the command that exports all data.
Type:
Default Value: 'Export all data to {0}'
exportSelectedRows
The text of the command that exports selected rows. Applies when the allowExportSelectedData property is true.
Type:
Default Value: 'Export selected rows to {0}'
exportTo
The hint of the Export button when the allowExportSelectedData property is true.
Type:
Default Value: 'Export'