cancel
Showing results for 
Search instead for 
Did you mean: 

Hidden column in tableview

Former Member
0 Kudos

Hello!

Can anybody tell me, how to add a hidden column into a tableview. This is in order to submit additional information to the request.

Thanks in advance and best regards!

Reinhard

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In addition to what the others have said... I'd just like to point out that you will receive the row number on a click event of your tableView. Then just read the internal table with an index.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Add those columns in the table you pass through,

but in your iterator, you don't mention them in

get_column_definitions, that way you only see what you want,

but all the info is passed trough

grtz

Koen

Former Member
0 Kudos

Hi Koen,

thanks for your reply but thats not exactly what i neet.

I'm using the MVC approach. In the DO_HANDLE_EVENT method of my controller I get the tableview-data from the event. However, if I don't add the column in the get_column_definitions its info is not passed through.

Bye

Reinhard