How to get rid of filter in dynamic grid?

Hi all, I want to parse url parameter to filter a bunch of filter in dynamic grid but I don’t want user to see the filter. Is it possible via custom code?

In the image, i want to hide filter while still able to do filter via url parameter.

I would also like to know.

It looks like I managed to do it. Here’s the CSS code:

.MuiAutocomplete-root {
    display: none !important;
}