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(),