Object Table Filters (preserving date type)

When there are null values in a date column in an object table column, the filter component recognizes the data as a string and no longer as a date object. How can one format the data to preserve the filter as a date filter?

Hi Martin

Unfortunately it is not currently possible to do this. The column filters are generated automatically and it is not currently possible to override the default filter behavior.

To still allow users to filter for a range of dates or filter by greater than or less than a specific date you will have to build out those filters manually using standard view components and then apply the filter to the underlying query as opposed to using the table filters.

Rest assured, I have added your feature request to our roadmap request list