adminfaces / admin-template

JSF responsive admin template based on Bootstrap and AdminLTE
https://adminfaces.github.io/docs/latest/#admin_template
MIT License
209 stars 101 forks source link

sidebar-menu tree hide search bar #186

Closed tulkas85 closed 5 years ago

tulkas85 commented 5 years ago

I don't want search bar in sidebar-menu.

I try put this in footer of template.xhtml

$('.sidebar-form').hide();

It works, but there is a better way to do this ?

thank you

AdminFaces version: 4.0.0
PrimeFaces version: 7.0
JSF implementation:
rmpestano commented 5 years ago

Yes, use admin.renderMenuSearch=false configuration, for details see here: https://adminfaces.github.io/docs/latest/#configuration

tulkas85 commented 5 years ago

It works. Thank you !