Colored labels in table
I'm having an issue with the widget script to color the labels in a table created by harikm007 in a previous post.
https://community.sisense.com/t5/build-analytics/colored-labels-in-table-widget/m-p/10780
I have successfully been able to implement the script. However, the color flashes quickly when I load the dashboard then disappears.
Any reason why or if I have to change the script?
HQ_Dev_Prod
Posted 1 year ago·Last reply 11 months ago
10 comments
HQ_Dev_Prod
OP1 year agoHi DRay and TriAnthony
Yes! That delay worked perfectly. Thank y
ou!!
Is there a way to continue adding columns to the list so it is applied to multiple columns?
Tri Anthony
·1 year agoHi HQ_Dev_Prod,
Yes, you can use this script instead to apply the styles to multiple columns. I also noticed that script works as intended without the observer, so I removed that part of the script. Let me know if you run into any issues.
-Tri
HQ_Dev_Prod
OP1 year agoDRay
·1 year agoHi HQ_Dev_Prod,
I’m following up to see if the solution offered by TriAnthony worked for you.
If so, please click the 'Accept as Solution' button on the appropriate post. That way other users with the same questions can find the answer. If not, please let us know so that we can continue to help.
Thank you.
DRay
·1 year agoHi HQ_Dev_Prod,
Thank you for reaching out. Can you share your widget script? We can take a look at it and provide feedback.
Thank you.
HQ_Dev_Prod
OP1 year agoHi DRay
Here is the widget script. I'm assuming I can add all columns in columnsIndex where I want the coloring to show.
Tri Anthony
·1 year agoHi HQ_Dev_Prod,
Please try the updated script below.
The issue likely occurs because the table is not fully rendered when the styles are applied, and the changes were overwritten by other processes or rendering updates shortly after. I’ve added a slight delay (10ms in this case) before the styles are applied. This ensures the table is fully rendered and all elements are available in the DOM.
-Tri