Regarding the doc (and webix previous version) compare(value,filter)
value is the value
filter is the filter
but i have in fact compare(value, filter, item)
value => undefined
filter => filter (ok)
item => this item (object of the row)
Regarding the doc (and webix previous version) compare(value,filter)
value is the value
filter is the filter
but i have in fact compare(value, filter, item)
value => undefined
filter => filter (ok)
item => this item (object of the row)
Hello,
could you please provide a snippet for the issue?
Here is the working demo:
find my bug
{
template : "#line#, => define so displayed
id : "#value# => undefined so not filtered !
}