I have a table in a PostgreSQL database and would like to display a table to users that can be filtered via fields of various types (text, date, numeric).
Does the table block allow users to filter rows based on date or numeric columns? I was hoping that I’d be able to create a filter that allows users to see all rows whose date field is between selected start and end dates. It appears that you’re only able to create text based dropdown filters.