This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
321
stars
53
forks
source link
[BUG]: Details list clickableimage cell type icon color not functional #407
Describe the bug
In the details list Image & Clickable Image documentation (link) the example shows a Clickable image column where each icon has its own color. That color seems to come from the ImageColor column in the rows data.
After testing that sample in the same conditions, the icon color stays indefinitely black and can't be changed.
Is there a ColImageColorColumn property to set the column that holds the color for the icon?
How do you set the color for an icon in a clickableimage cell type column?
Describe the bug In the details list Image & Clickable Image documentation (link) the example shows a Clickable image column where each icon has its own color. That color seems to come from the ImageColor column in the rows data. After testing that sample in the same conditions, the icon color stays indefinitely black and can't be changed. Is there a ColImageColorColumn property to set the column that holds the color for the icon? How do you set the color for an icon in a clickableimage cell type column?
To Reproduce Steps to reproduce the behavior:
Expected behavior I suppose there should be a ColImageColorColumn property to set the column that holds the color for the icons in the data.
AB#961