© 2026 Hedgehog Software, LLC
return $table ->columns([ Tables\Columns\TextColumn::make('enterprise.name') ->label('Empreendimento') ->sortable() ->searchable(), ...
->defaultSort(function ($query, $direction) { $query->orderBy('enterprise.name'); })
->defaultSort('enterprise.name')