I am working on a side project and currently developing a data table.
I'm using the DataGridPro from material ui at the moment and I really enjoy the column selector.
But I want to remove the section for "find column". Do anyone know if that is possible? Currently I'm using a custom toolbar with some logic in my table.
The "find column" is defined in the default element GridColumnsPanel. You can override it by providing the ColumnsPanel. You can find more information about overriding components in this documentation page.
All the components that can be overridden are listed here
If you want to get inspiration from the default component, the code is available on this github page
You can override it with some ThemeProvider which wrap that Component.