webbingbrasil / filament-copyactions

A easy-to-use copy actions for Filament Admin Pages, Tables and Form Fields.
56 stars 15 forks source link

CopyableTextColumn only show icon #8

Closed bernhardh closed 1 year ago

bernhardh commented 1 year ago

It would be great, if you can change the behaviour of the CopyableTextColumn, so that its possible, to just show the copy icon / only change the getCopyableText content,.

For example, I wanna have a column to copy the full HTML a-Tag of a row , but don't wanna display it in the table itself:

image

dmandrade commented 1 year ago

In the last version (v1.1.0) you can display only the icon using onlyIcon() method