Toggle show/hide filter datatable

Is possible show/hide filter on datatable ?

Filters cannot be hidden, as they are defined strictly in the columns configuration, but you can dynamically change the configuration itself using refreshColumns method:

http://webix.com/snippet/bf461b28

Thanks Listopad, any include this for next release ?, Its cool datatable look wider my filter can be toggle.
Ok I try refreshColumns first.

>any include this for next release ?

We do not plan to change the current behavior in the near future.

I found this solution (without remove datatable filter)
https://snippet.webix.com/sgtlzsz5

Thanks for this, addapted to 8.4

https://snippet.webix.com/y5thz3uf

Thanks a lot @1be @alst
Should be great add this next feature @Listopad