is this supported, it only works if you select one value, not multiple. I spent a couple of hours building filterFunction but it seems to ignore it. This is the json before reviving the functions.
{
"field": "vendorRefId",
"text": "Vendor",
"width": 125,
"sortable": false,
"hidden": false,
"renderer": "({ record }) \u003d\u003e record.vendorDisplay ?? record.vendorRefId",
"autoHeight": true,
"resizable": true,
"editor": {
"type": "combo",
"filterOperator": "*",
"pickerWidth": 250,
"fields": [
"id",
"text"
],
"store": {
"readUrl": "v7.do?actionRefId\u003d2032\u0026orgId\u003d18908677\u0026refGroup\u003dVendor",
"autoLoad": true,
"validateFilter": false
}
},
"filterable": {
"filterField": {
"type": "combo",
"valueField": "id",
"displayField": "text",
"filterOperator": "*",
"pickerWidth": 350,
"multiSelect": true,
"store": {
"readUrl": "v7.do?actionRefId\u003d2032\u0026orgId\u003d18908677\u0026refGroup\u003dVendor",
"autoLoad": true
}
}
}