Replies: 2 comments
-
Yes! Good call. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Added on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the LinkField class, perhaps you could add a method for setting the label of the link. At present it defaults to the value, but sometimes links can be really long, so being able to set the label would improve the UI of the table.
For example:
LinkField::create( 'pdf_url', __('PDF') )->sortable()->always_visible()->label( __('Download PDF') ),
Beta Was this translation helpful? Give feedback.
All reactions