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
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).