vue3-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable
With this code, i expect the column to automatically filter rows where status.status is null, but no matter what i add as "condition" the filter is set to "contains"
I am trying to set filters like documented, but the filters are not applied as i expect. Does anybody have an idea on why?
I am defining the cols, per docs.
With this code, i expect the column to automatically filter rows where status.status is null, but no matter what i add as "condition" the filter is set to "contains"
Any ideas to how i should debug this?