Showing Content of a Table Cell Based on a Data Value

Without the ability to add a tag to content there does not seem to be a way to display a table cell content based on it’s value.

Example: If the value of the dynamic content displayed is equal to ‘Yes’ then display it. Hide the content if it’s anything else.

Hello Brad, what exactly do you mean by: [quote=“brad, post:1, topic:1032”]
Without the ability to add a tag to content there
[/quote]

Seems the forum stripped the tag I added. Can’t add a span tag …

You can add it through the Dom tree :slight_smile:

But it seems in the DOM tree I can only select the table cell not the content in the cell?

It also appears adding a span tag is not an available option?

It is under styles and semantics category. I will test this and we will improve the span selection / properties in the next update.

Found it, unfortunately, it doesn’t work.

I can add a span tag inside the tr just fine but it doesn’t wrap the cell content (Had to move the span tag in code view).

Even with the span tag added there is no way to get to the dynamic attributes to set wether to show or hide the content.

I will test this and we will improve the span selection / properties in the next update.
And no - it does not wrap the content, it is just being inserted in the td.

I can live with that. But right now there is nothing you can do with the span tag so that needs to be addressed. Thanks.