0
エクスポートされたExcelシートの幅をdojox.grid.enhancedGrid.plugins.Exporter
に増やそうとしていますが、そのような情報が見つかりません。ドキュメンテーションエクスポートされたExcelシートの列幅を編集しようとしています。Dojo.grid.enhancedGrid
私が編集しようとしているグリッドのコードは次のとおりです。
var tableGrid = new EnhancedGrid({
id: "reportData",
structure: layout,
autoWidth: true,
autoHeight: true,
noDataMessage:"No data found",
plugins: {
printer: true,
exporter: true,
pagination: {
pageSizes: ["10", "50", "100", "All"],
defaultPageSize: 50,
description: true,
sizeSwitch: true,
pageStepper: true,
gotoButton: true,
maxPageStep: 4,
position: "top"
}
}
},this.ReportData).startup();