Hide elements of an object

Hello,

I read in documentation that we can manipule object with “.hide()/.show()” or with the property “hidden”.

I need to hide or show ELEMENTS of an object and I don’t find if it possible.

For example in a tabbar object , I wan’t to hide juste one tab dynamically.
LikeWise, I have data in a tree and I want’ hide just one node.

Is it possible to do that ?

Thanks

In case of tree ( or any other data component ) you can use a “.filter” API
http://docs.webix.com/api__link__ui.proto_filter.html

In case of tabbar, there is no way to hide a tab. You can remove and add tabs dynamically, though.