cancel
Showing results for 
Search instead for 
Did you mean: 

Get the column header from a table.

Former Member
0 Kudos

Hi,

I'm trying to get the table header names per column inside the table.

for example

Header 1Header 2Header 3






ill get the output: Header 1, Header 2, Header 3.

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

amolgupta
Active Contributor
0 Kudos

Hi TJ,

You can programmatically manipulate the Header text property - (get/set), if you bind it to a Context attribute.

Considering the Header will remain static and not dynamic, you may consider hardcoding your required output.

Regards,

-Amol Gupta