cancel
Showing results for 
Search instead for 
Did you mean: 

Only one row show in table with tablepopin

Former Member
0 Kudos

Hi,

I've a table with a tablecolum with a tablepopintogglecell, and a tablepopin.

I want that only one row show (when i press the togglelink if there is other row open, automatically close that row)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you should implement the on toggle event,

you will have the importing context_element, so you know which one is triggered,

form your node, get_elements().

loop over the table where ne to context_element, clear the popin attribute,

grtz,

Koen

Answers (2)

Answers (2)

Former Member
0 Kudos

I've solved the problem.

Your answers haven't help me very much.

Thanks.

mohammed_anzys
Contributor
0 Kudos

Hi

Probably the following blog will be able to guide you through the process.

/people/mohammed.anzys/blog/2007/08/02/webdynpro-abap-quick-tips-11table-popin-in-steps

Thanks

Anzy