SMART datagrid v.1 > Classes > GridExportOptions
如果为true,就会在已进行行分组或TreeView中,通过缩进方式而导出各个级别。
默认值为true.
$('#export').click(function () {
DataLudi.exportToExcel(grdMain, {
taregt: "local",
fileName: "dlgrid.xlsx",
indenting: false
});
});