Datatable-filtering field with template not working

Hello,

I have a datatable with JSON data in multiple levels.
In a column definition I need to use: template:"#work.role#
But when setting: content:“textFilter”
on that column, search on that field does not work.
Snippet at:
https://snippet.webix.com/z3ydnqlp

Thanks

Look here how to do it
https://snippet.webix.com/s2i9g9zm

Works great, many thanks.

I was not aware that “compare” receives a 3rd parameter, according to the docs at DataTable Filtering of DataTable, Operations with Data Webix Docs
it receives 2 parameters (value,filter).
It would be useful to update the docs with this info (unless it is mentioned somewhere and I missed it).

Thanks again.