Replies: 3 comments 8 replies
-
|
I think |
Beta Was this translation helpful? Give feedback.
7 replies
-
|
use only ->limit(10) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Is there a way to apply it on the description as well ? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am trying to limit the table content with the limit function and words function, But also I used an
html()function with that. it is not worked withlimit(50)andwords(10)not worked withhtml(). Does anyone know how can i achieve this withhtml()function?My code:-
TextColumn::make('change_log')->words('10')->html()Beta Was this translation helpful? Give feedback.
All reactions