Question on how to change the link value in DetailList Control #57
-
How do I replace all the link value populating the table with Text("🔗") |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @AstroNorman, Thanks for reaching out. Details list supports displaying Fluent UI Icons. Inorder to replace links with Icons. Follow below steps.
Items property, for example, will look like this, where LinksIcon is a column name and value is icon:FluentUIIconName.
OnChange property, for example will look like
|
Beta Was this translation helpful? Give feedback.
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.
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…