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.
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):
Thank you very much! It’s good.