Replies: 2 comments 7 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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