-
-
Notifications
You must be signed in to change notification settings - Fork 65
HTML title for columns labels #125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add new custom attribute.
Override HTML title if it exists.
A good use case is to use a title to reorder column plugin .
|
Instead |
Can you please link some ref where |
I see, I think |
Change a naming convention.
Change a naming convention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change a naming convention.
Released on v4.25.0 🚀 Thanks! |
A simple update to allow set custom HTML title instead auto-generated from "title".
Usage:
Column::computed('image')->title('')->htmlTitle('User image thumb');