always filter?

I am creating a page, but the only items from the db should have a boolean flag checked. I tried adding a filter, but that only put an optional filter at the top of the table, I need to always filter by this boolean column, can it be done?
Solution:
You are looking for: ->modifyQueryUsing()...
Jump to solution
2 Replies
Solution
Dennis Koch
Dennis Koch3w ago
You are looking for: ->modifyQueryUsing()
delboy1978uk
delboy1978ukOP3w ago
thank you so much @Dennis Koch 🙏

Did you find this page helpful?