Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
+1
person also asked this
people also asked this
Replies
12 replies
Answers
2 answers
Subscribers
10 subscribers
Views
10841 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
a!iconIndicator icons not displaying
surendrab
over 7 years ago
Hi ,
our icons are not displaying where a!iconIndicator is being used? Any pointers would be greatly appreciated
OriginalPostID-273151
Discussion posts and replies are publicly visible
Parents
0
Rajasekhar Pamidipati
A Score Level 2
over 7 years ago
Hi Surendrab,
richtext will not work in grid columns, If you want to show icon with text in your grid then you have to go with two columns for one value. it is like one column for icons / images and another for text content.
example: {
a!gridImageColumn(
/* Icon or images */
),
a!gridTextColumn(
/* Text value repect to icon/image */
)
}
In this case don't give label for image column so that it looks good and also solve your problem
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Rajasekhar Pamidipati
A Score Level 2
over 7 years ago
Hi Surendrab,
richtext will not work in grid columns, If you want to show icon with text in your grid then you have to go with two columns for one value. it is like one column for icons / images and another for text content.
example: {
a!gridImageColumn(
/* Icon or images */
),
a!gridTextColumn(
/* Text value repect to icon/image */
)
}
In this case don't give label for image column so that it looks good and also solve your problem
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data