How to prevent the disappearance of the search bar in mui-datatables?

Viewed 432

I'm working on a project with mui-datables. For sure I can catch the onSearchClose event, but how can I prevent the disappearance of the search bar (for exemple when we click on the "viewColumns" icon)? Is there an easy way that I missed, or do I have to create a customized search bar (with customSearchRender ) and do something with the hideSearch function?

0 Answers
Related