Filter Resource List

I have an activity log and I want to create a notification log so I would need to add a scope to the intial query that will add
->where('log_name','notifications')
->where('log_name','notifications')
then this data will be fed into the table builder, how do I go about doing that?
1 Reply
toeknee
toeknee11mo ago
Why not just add a model activity log? Usually for notifications you would use Filament Notifications table with the Notifications Class