Select to view content in your preferred language

Adding Styles to Experience Builder Table Widget records

201
3
a week ago
BigLouC
Frequent Contributor

Hello all,

I am trying to replicate a table from SSRS to EB table widget. 

In SSRS I could configure so that each record would only highlight the cell that had an amount greater than 0, any other cell for that record that had a 0 would be lightly greyed out.

This was done to ease the user to not strain their eyes looking through many records, many columns trying to find the row and cell with data. 

I am not being able to find something similar in EB on the widget, is there something that can be done via Arcade or anything else?

Thanks all.

0 Kudos
3 Replies
Shen_Zhang
Esri Contributor

It's not possible to add styling in the table widget, but you can do it in the list widget using dynamic style, which leverages arcade expressions. 

If you're keen on displaying tabular data, you may only be able to show a filtered subset of data that meets a predefined SQL expression - however it's not styling so I don't think it works in your case.

Shen Zhang
0 Kudos
BigLouC
Frequent Contributor

Thanks and sorry to hear that.

0 Kudos
Shen_Zhang
Esri Contributor

Arcade expression will also be supported in future releases, but I don't have a timeline for this at the moment.

Shen Zhang