-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabling Filter at top page #160
Comments
The browser specifies the filter through props and has a defaultProp set If you don't wish to have the default filter you should explicitly set the prop to a function that returns null. Furthermore, if you have no other actions, the actionRenderer will render with nothing taking up excess space which may not be desired.To avoid this you could also set ActionRenderer prop to return null. i.e
Hope this helps :) |
Hi @jlo-1 thanks, the filter section is gone. Thanks hoping for your reply :) |
@mikecrophones07 use |
Hello, is their anyway to disble or visible=false for filter at the top of the page? Thanks for the feedback
The text was updated successfully, but these errors were encountered: