Table column header issue in 3.1.5?

Here’s the situation:

The last column in this locked table form is a relation to a relation (relation_a-to-b.relation_b-to-c) displayed using a text label.

In 2.2.5 Servoy would not print the %%text%% in the row header, but in 3.1.5 it does and I can’t find a way to keep it from doing this.

DisplayTags has no effect, etc. Anything I’ve found that will hide the %%text%% also hides/effects the display of the data in the rows below.

Is this a bug or am I missing something?

-Stephen

Servoy Developer 3.1.5 on OS X 10.4.9

Stephen,

We will change the table and portals in release 3.1.6 and 3.5 such that headers will be cleared on button and label columns when the displayTags flag is set for the elements, effectively reverting to the behavior if servoy 2.2.

Another option for you may be to add a related non-editable field, this will add sorting on this field.

Rob

I’ll give that a try.

Thanks!
-Stephen