Skip to content

Question on how to change the link value in DetailList Control #57

Discussion options

You must be logged in to vote

Hi @AstroNorman,

Thanks for reaching out.

Details list supports displaying Fluent UI Icons.

More on this here

Inorder to replace links with Icons. Follow below steps.

  1. Customize the input collection to specify the icon to be provided as a additional column.
    Incase you want these icons to be clickable, add a RecordKey, so that, during on click events, the specific record can be uniquely identified using Lookup Formula (More on this - Step 3).

Items property, for example, will look like this, where LinksIcon is a column name and value is icon:FluentUIIconName.
Example
AddColumns( '<<Collection/DataSource>>', "LinksIcon", "icon:Link", /*Optional, Icon color*/ "IconColor", "rgb(0, 183, 195…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AstroNorman
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