$table->columns([ TextColumn::make('url') ->url(fn($record) => $record->url) // working ->hidden(fn($record) => $record->url), // null ]),
© 2026 Hedgehog Software, LLC