© 2026 Hedgehog Software, LLC
$table->query() ->columns([]) ->headerActions([ ExportAction::make('Export') ->visible(fn () => $this->table->getRecords()->isNotEmpty()),