Hello, I've encountered some strange behavior with the column filters in the Table component, and I am not sure if it is a known bug or not.
I've found that if the first record in a table has a value that is "null" instead of just empty, the filter popup will not appear when clicking the filter icon.
To demonstrate, I've set the "country" column below to enable and show filter. I set the country on data[0] to "null" (which is valid to show an empty value it seems). You can see I have the filter selected as it's highlighted blue, but there is no popup to select a filter condition.
Then, when I set the country to an empty value rather than null, the filter options pop up immediately.
This does not seem to be the case for any following records. Here I've tried to recreate it with data[1] but the filter works fine.
Now I just need to implement a workaround for this in my application to set a null value to an empty string for the first record. Wasn't sure if this was a known issue so I wanted to bring this to light.