How could I subtract search box in the filemanager?

Hi, expert.

I don’t wanna use search on filemanager.
So, I want to subtract search box on UI.
How can I do this?

Thx.

You can use the onViewInit event to customize the views configuration. The best approach is to hide not needed views (not to remove):

http://webix.com/snippet/c381119c

Thank you very much! It’s good.