Pivot Table Widget - Not Changing Colors using Conditional Styling

1
Hi, I am using the most updated Pivot Table Web Widget in my app, and I want to highlight numbers in my table over a certain limit using the conditional styling that is built into the widget. I have downloaded the Widget Demo and I have copied what is used there (using an attribute to set my numbers), but every time I run the app, the pivot table does not change colors. I have attached screenshots of what I have done so far. Any help would be great! Other info:  - The data in my cells are stored as Long - I put the value I want for each color in the default stored value of the attribute
asked
1 answers
0

When you inspect the page in the browser, is the class applied? Does the class exist in your SASS files?

Have a look in the sample of the demo project for this usecase.

answered