Hi, I was checking grid options for a project in React.
I haven't used SVAR grid before, so sorry for that, if I'm asking a stupid question.
I checked the docs and saw there's no option for column filtering in the React version, only in the Svelte one.
Are there any plans to implement it? Can I implement it in some way, for example, rendering a custom header? for now I think this is impossible, since the header is limited to a string.
Thanks!