I am working with the Fluent UI Details List Code Component & I need to set the columns_Items property.
So far, I have the following, except the ColName in the 3rd & 4th items in the table don't call the lookup field correctly (i.e. "cra6a_worktype.cra6a_worktype" doesn't work).
Do I need to use different syntax?
Thanks!
Table(
{
ColName:"cr6a2_client",ColDisplayName:"Customer",ColSortable:true,ColWidth:300,ColRowHeader:true,ColResizable:true
},
{
ColName:"cr6a2_projectname",ColDisplayName:"Project Name",ColSortable:true,ColWidth:300,ColRowHeader:true,ColResizable:true
},
{
ColName:"cra6a_sectionarea.cra6asectionarea",ColDisplayName:"Section Area",ColSortable:true,ColWidth:150,ColRowHeader:true,ColResizable:true
},
{
ColName:"cra6a_worktype.cra6a_worktype",ColDisplayName:"Work Type",ColSortable:true,ColWidth:150,ColRowHeader:true,ColResizable:true
},
{
ColName:"cr6a2_city",ColDisplayName:"City",ColSortable:true,ColWidth:150,ColRowHeader:true,ColResizable:true
},
{
ColName:"cr6a2_approxclosedate",ColDisplayName:"Approx Close Date",ColSortable:true,ColWidth:200,ColRowHeader:true,ColResizable:true
}
)
Solved! Go to Solution.
User | Count |
---|---|
257 | |
108 | |
93 | |
57 | |
40 |