Skip to content

filter-rows failed in v2.4.0 #46

@Nyx2022

Description

@Nyx2022

hello, i'm using svar datagrid v2.4.0,but i found the filter-rows will failed in some times,when i return false,it will still show the row

what i used is:

let svarF1 = obj => {
            if (obj.data != null) {  //i'm using tree mode,so the data is some data under one tree
                return true
            }
            return func?.(obj, option)
        }
        table?.exec("filter-rows", {
            filter: svarF1
        })

the func is valid and will return true or false by some logics

the first call will success,but the next times will always failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions