Adding css class to empty cell

0
I've built a form which has a couple dataviews on it. The dataviews are populated with microflows. I would like to use a different background color for the cells which are empty due to an empty microflow output. Anybody knows how I can recognize these cells to style them in my stylesheet?
asked
1 answers
1

Samet,

For this to work you'll need some javascripting as css has no selector to select empty input boxes. See for example this post.

answered