Text column copyable()

After click on column - nothing will happened and get console error
Tables\Columns\TextColumn::make('id')
                    ->label('ID')
                    ->copyable()
                    ->copyableState(fn (string $state): string => "ID: {$state}")
                    ->copyMessage('copied')
                    ->copyMessageDuration(1500)
                    ->searchable(),
image.png
Solution
copyable works only with https
Was this page helpful?