-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Labels
No labels