List Field Views
Default
By default we have the following list editor field views
Label
If no view is specified on the UIOMaticListViewField
attribute the label field view will be used
Optional Config
You can specify a filter that can be applied to the value when working with the label view (formatting as currency as relative date, truncating, ... you can basicily use any available AngularJS filter)
Image
Custom
It is of course also possible to plug in third party ones.
Simply point the View parameter to the location of a custom view, and you'll be able to work with the variable property.value in AngularJS
Last updated