cancel
Showing results for 
Search instead for 
Did you mean: 

How to bring dynamic input box in the table.

Former Member
0 Kudos

Hi,

Currently I have table with 10 rows.And I am currently using textview as Cell Editor in the columns of the table.Can you please suggest how to bring input fields in all the columns of a particular row alone(Say 5th row and 8th row alone).Thanks in advance.

Regards,

Arun

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ,

if u want to add input box to ur table column ,u may proceed like this :

1 u first create a node

2 thn create a context attribute for the same using add_new_child_node ( )

I hope it shud help

regards,

amit

Former Member
0 Kudos

hi Arun ,

there is a class CL_WD_INPUT_FIELD .

u can make use of this to dynamically generate input field in ur table

regards,

amit