You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I'm trying to create an enhanced table with several computed columns in order to apply some graphical customizations to the cells. However, the columns from which I'm taking the data (and that will need to be hidden / replaced) have a date as title, which can change according to the time interval selected by the user. So, it's not possible for me associate a static name to the new computed columns.
Is it possible, with a trick, to insert a dynamic name as a title of a computed column using some kind of pointer?
Based on my tests, the Label seems to be only a text value, unfortunately.
The text was updated successfully, but these errors were encountered:
Hi all,
I'm trying to create an enhanced table with several computed columns in order to apply some graphical customizations to the cells. However, the columns from which I'm taking the data (and that will need to be hidden / replaced) have a date as title, which can change according to the time interval selected by the user. So, it's not possible for me associate a static name to the new computed columns.
Is it possible, with a trick, to insert a dynamic name as a title of a computed column using some kind of pointer?
Based on my tests, the Label seems to be only a text value, unfortunately.
The text was updated successfully, but these errors were encountered: