filter datatable by hidden column

Say my pls haw i can filter table by column where hidden:true.
Thanks for answer.

I solved the problem. if u need:

  1. column must by hidden: false,
    2)use filter(dt.getFilter(‘columnid’)setValue(‘11fdfds’);
    3)dt.filterByAll();
    4)dt.hideColumn(‘columnid’)

Also, you can filer by API

dt.filter(columnId, value)

https://docs.webix.com/api__link__ui.proto_filter.html

Also u can use compare property
https://forum.webix.com/discussion/32723/registerfilter-on-hidden-column#latest