Are there benefits between using inner-text or showing a binding?

For the layout issue, I often put dummy data in the binding and the variable value in dmx-text.

I use lots of spans with dmx-text inside p tags too.

Always good to hear how other people go about things.

In a repeat including BS tables if a value is null then the value in that column is not refreshed. It's a performance issue. Adding a default so it is forced the refresh. It is Tip 1 in psweb's Tips and Tricks.

You just need to assign a key to your repeat. If you don’t use keys then the repeater doesn’t know which rows values to update.

3 Likes