As the title suggests, I have a table with inline filters. I have a select type column with filter values OptionA, OptionB
My dataset now contains an Option C, but the next time the data loads in that value hasn’t appeared in the dropdown list for the filter.
Is it possible to get the options to update when new unique values appear? I know I could do that easily with a separate filter component but I really like the tidiness of the inline filters.