Hi, I have a grid which displays the state names in a column. I want to have a filter on that column that will filter based on the state code. The state code comes from a reference data. Please advice.
Below is my stackblitz link:
https://stackblitz.com/edit/react-byhjeb-oe3mkm
If I type in "md", maryland and states which startswith 'md' should be filtered.