Skip to content
Discussion options

You must be logged in to vote

Hi @arpost1,
Let's say you had a collection that was initialized as :

ClearCollect(colItems, {Title:"row 1",Value:"value 1"},{Title:"row 2",Value:"value 2"});

There are 3 steps to get data to show up in the Fluent DetailsList:

  1. Set the Items collection to colItems

  2. Add the Title and Value columns using the Edit link below the Items dataset in the Control Properties side panel:

    This would result in the the fields panel looking similar to:

  3. Set the columns dataset to be something similar to:

Table({ColName:"Title",ColDisplayName:"Title",ColWidth:200},{ColName:"Value",ColDisplayName:"Value",ColWidth:200})

I suspect that maybe step 2 is the one that you are missing?

Hope this helps!

Replies: 1 comment 1 reply

Comment options

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

Answer selected by arpost1
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