F
Filament4w ago
FELL

loading indicator problem in action

if i uncomment second visible loading indicator dont worls also hiding action icon when loading why ?? \Filament\Tables\Actions\Action::make('refresh_pon') ->label('განახლება') ->icon('mdi-refresh') ->color('gray') ->visible(fn () => isset($this->device['device_type']) && ! in_array($this->device['device_type'], ['cisco', 'zyxel', 'antenna'])) // ->visible(fn () => !empty($this->ponData) && isset($this->device['device_type']) && !in_array($this->device['device_type'], ['cisco', 'zyxel', 'antenna'])) ->action(function () { Sleep(3); return;
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?