SelectFilter with null
I also need a check of null on my SelectFilter (its a nullable property)
So I want to select on unassigned, and that's when the value is null. How can I do this? The code above doesn't work.
Thx!
1 Reply
So you want a filter to show where value is null?
In which case add a null boolean filter? Or write your own query with
https://filamentphp.com/docs/2.x/tables/filters