SpreadJS Documentation
GC.Spread.Sheets.Tables Namespace / Table type / rowFilter Method
In This Topic
    rowFilter Method
    In This Topic
    Gets the row filter for the table.
    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: HideRowFilter
    value = instance.rowFilter();
    function rowFilter() : HideRowFilter;

    Return Value

    The row filter.
    See Also

    Reference

    Table type