Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Pplan's avatar
Level 1

How to change behavior from live to blur in search

In Filament Tables how to change the behavior of the input search in a TextColumn. I want the search triggers only when the input field loses focus (wire:model.live to wire:model.blur).

0 likes
1 reply
Pplan's avatar
Level 1

Sorry, I answer myself: use $table->searchOnBlur()

Please or to participate in this conversation.