SpreadJS Documentation
GC.Spread.Sheets.Tables Namespace / Table type / getDirtyRows Method
In This Topic
    getDirtyRows Method
    In This Topic
    Get array of dirty rows.
    Syntax
    var instance = new GC.Spread.Sheets.Tables.Table(name,
                                                    row,
                                                    col,
                                                    rowCount,
                                                    colCount,
                                                    style,
                                                    options,
                                                    options.showHeader,
                                                    options.showFooter,
                                                    options.useFooterDropDownList,
                                                    options.showResizeHandle);
    var value; // Type: any
    value = instance.getDirtyRows();
    function getDirtyRows() : any;

    Return Value

    The dirty rows collection. The item in array contains three properties, row: specifies table row index, item: specifies data item of current row, originalItem: specifies original data item of the row.
    See Also

    Reference

    Table type