Applying table filters with action instead of `wire:model.live` on each
Has anyone got a trait or something they use to prevent a table's filters from automatically being applied each time their corresponding form element is updated? I have a resource with multiple relations, meaning that queries for the list page take their time. Ideally one would apply all the filters in one go with an 'Apply' button or similar.