© 2026 Hedgehog Software, LLC
Tables\Columns\TextColumn::make('id') ->label('ID') ->copyable() ->copyableState(fn (string $state): string => "ID: {$state}") ->copyMessage('copied') ->copyMessageDuration(1500) ->searchable(),