Filters not updating table

Hi @Keith_Williams ! I see from your screenshot that you have Server-side pagination enabled. Search mode / search term and filtering only affect the client-side Table data, so they are removed / disabled when server side filtering is involved since you will need to implement the filtering logic within your query controlling the Table data.

This thread has some more information that might be helpful for you! Search Term Is Disabled for The New Table - #15 by Tess