ingeday
ingeday
FFilament
Created by ingeday on 10/8/2024 in #❓┊help
widget doesn't update properly from another property received with $listeners
In different places I found that I had to add the updated method but this method didn't run so I made a reset of the table in the setFilter method.
public function setFilter(string $filter): void
{
$this->filter = $filter;
$this->resetTable();
}
public function setFilter(string $filter): void
{
$this->filter = $filter;
$this->resetTable();
}
Thanks,
2 replies