Translation
#1227
-
Below are the code i have successfully translated using basic php, but i dont have any idea on how to translate the display_name value in livewire table. Anyone can help? |
Beta Was this translation helpful? Give feedback.
Answered by
lrljoe
May 23, 2023
Replies: 1 comment 1 reply
-
If you look at the format() option in the documentation, then this covers off how to change the result that will be displayed for a given Column. it's in the available methods section of the documentation for Columns |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lrljoe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you look at the format() option in the documentation, then this covers off how to change the result that will be displayed for a given Column.
it's in the available methods section of the documentation for Columns