SMART datagrid v.1 > Classes > GridExportOptions

Back  Forward

DataLudi.GridExportOptions.allItems  property

trueなら行グルーピングになったグリッドツリーで広げられてない行達もすべて含む。 

デフォルト値はtrue.

Getter
function allItems(): Boolean
Setter
function setAllItems(value: Boolean)
Code -1
    $('#export').click(function () {
        DataLudi.exportToExcel(grdMain, {
            taregt:  "local",
            fileName: "dlgrid.xlsx",
            checkNumber: true
        });
    });
See Also
GridView
TreeView
GridExcelExporter
exportToExcel
Examples
エクセルでエクスポート