Hi,
I've got a ListGrid with connected DynamicForm.
On record I've got client_id that refers to another DataSource.
I'm trying to make StaticTextItem with option data source that will display name of a client with his image.
I've implemented FormItemValueFormatter() and it works fine until displayValue cache kicks in.
As I've studied FormItem caches display field values from optionDataSource and it's great but why it ignores FormItemValueFormatter??
Should those values be cached??
Is there any way to force that formatted values be cached or maybe manually update this cache??
Or maybe there is other way to accomplish this?
I've got a ListGrid with connected DynamicForm.
On record I've got client_id that refers to another DataSource.
I'm trying to make StaticTextItem with option data source that will display name of a client with his image.
I've implemented FormItemValueFormatter() and it works fine until displayValue cache kicks in.
As I've studied FormItem caches display field values from optionDataSource and it's great but why it ignores FormItemValueFormatter??
Should those values be cached??
Is there any way to force that formatted values be cached or maybe manually update this cache??
Or maybe there is other way to accomplish this?
Comment