将标题添加到 Devextreme 数据网格以供 Excel 导出

Add Title to Devextreme Data Grid for Excel Export

我正在使用 Devextreme js 组件。我正在将数据加载到 Devextreme 数据网格 组件,我想添加一个标题以显示在数据网格中。因为导出数据网格时,我希望它在 excel 文件中显示标题。 我进行了搜索,但无法在 datagrid 的 js devextreme 中使用 属性 或函数。 我想知道有没有办法为导出的 excel 文件添加标题。

dxDataGrid does not support tittles at the moment, but they recommend you to add tittles via Html/CSS,但是这样它不会导出到 excel。另一方面,这些控件不断发展,因此您可以查看下一个版本。

您可以通过自定义列来尝试一下,并可以根据您的要求进行修改

https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/ExcelJS/NetCore/Light/