cancel
Showing results for 
Search instead for 
Did you mean: 

How to get name of columns in smarttable?

former_member595374
Participant
0 Kudos

I'm currently trying to check to see if the name of a column in a smarttable is "GUID".

Is there another way for me to get column name? table.getColumns() just returns all the columns whereas i'm specifically trying to access the name of each column.

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

who is going to name column "GUID"?

probably you should check binding to see if the column is bound to guid field of your data structure.