Change table header label on admin list view to something different from the label on the input field. #766
-
I want to change do two things at the admin view list page.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yes there is away to do this, not the most obvious. But in the admin-views there is a button under the admin-view name When you open this, you will see a repeatable field. Add a row, select the field Save, compile, and install and your header should now be changed. Now to combine field, this is done in the same area, you will see a field in the row called Watch this tutorial for more details https://www.youtube.com/watch?v=hh4IIPmYIY8&list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&index=69 This area is one of the most powerful areas in field manipulation in the admin list view. |
Beta Was this translation helpful? Give feedback.
-
Thank you. I tried it and it worked, |
Beta Was this translation helpful? Give feedback.
Yes there is away to do this, not the most obvious. But in the admin-views there is a button under the admin-view name
called
The admin fields relations
When you open this, you will see a repeatable field.
Add a row, select the field
List Field
whose header you want to change, and replace theTable Column Name
field value with the new name.Save, compile, and install and your header should now be changed.
Now to combine field, this is done in the same area, you will see a field in the row called
Join Field
there you can select what field you want to join with the main field selected.Watch this tutorial for more details https://www.youtube.com/watch?v=hh4IIPmYIY8&list=PLQRGFI8XZ_wtGvPQ…