10-25-2017 03:32 AM
I am having JSON string, and want to use key value inside table. But I am unable to fetch value from JSON using propertyToRender inside Cell widget.
10-27-2017 04:55 AM
The Cell widget does not support a propertyToRender configuration property. You need to add an instance of alfresco/renderers/Property inside the cell, which can then be setup to render a property value.
10-31-2017 06:34 AM
Thanks Axel for quick reply. I tried your solution in below manner, but it is not working for me.
I have attached the code snippet below, kindly let me know if any changes are required.
widgets: [{
name: "alfresco/lists/views/layouts/Row",
config: {
zebraStriping: true,
widgets: [
{
name: "alfresco/lists/views/layouts/Cell",
config: {
additionalCssClasses: "mediumpad",
widgets:{
name: "alfresco/renderers/Property ",
config: {
propertyToRender: "firstName"
}
}
}
}
Explore our Alfresco products with the links below. Use labels to filter content by product module.