Hi, I have a grid with a custom column. The data for the column is an array of object and I render them as a button which enables me to click and naviagate based on the value I clicked. However, filter doesnt seem to work here. Please advice.
https://stackblitz.com/edit/react-pbcysg?file=SampleGrid.jsx
Line 813 is the place where the function to render a button is being called.