Disable Filter Input on a table

I want to drive the filter on a table by code. So I want to hide the text input of the filter on the table. Can i hide the text input of the filter?

FilerText

image

1 Like

Sorry, but does not work. if i set filter.enabled to false the filter text input disappears as desired, but the filter can’t be driven by code also. I want no text input for the filter, but drive it by code.

Oh.
Well, add display: None to the filter’s style then:

image

2 Likes

Thanks, it works.