Filterdropdown for UUID not working Supabase
filterDropdown={(props) => (
<FilterDropdown {...props}>
<Select placeholder="Filter by ID..." {...selectProps} style={{ width: "300px" }} />
</FilterDropdown>
)}
The filterdropdown is not working for my Supabase UUIDs when typing into the searchable select column, even when typing out the full UUID into it. The error returned is the following:
operator does not exist: uuid ~~* unknown
Error (status code: 42883)
<FilterDropdown {...props}>
<Select placeholder="Filter by ID..." {...selectProps} style={{ width: "300px" }} />
</FilterDropdown>
)}
The filterdropdown is not working for my Supabase UUIDs when typing into the searchable select column, even when typing out the full UUID into it. The error returned is the following:
operator does not exist: uuid ~~* unknown
Error (status code: 42883)
