Skip to content

DetailsList & Managed Metadata #47

Locked Answered by Ramakrishnan24689
Hillgard asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Hillgard,

Thanks for reaching out.
Since Managed metadata value comprises of an Object, one way of getting the Label property is to customize the Input/Items collection by adding a new column which contains Label value. So, the Items property of the detail list will look like this

AddColumns('SharePointList',"InfotopicsLabel",infotopic.Label)

and then columns_Items property can refer this new column once it is included as part of the data.

Table( { ColName: "InfotopicsLabel", ColDisplayName: "Topic", ColSortable: true, ColWidth: 200, ColRowHeader: true, ColResizable: true } )

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Hillgard
Comment options

Answer selected by denise-msft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants