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?
2 Replies
Solution
You are looking for:
->modifyQueryUsing()
thank you so much @Dennis Koch 🙏