cancel
Showing results for 
Search instead for 
Did you mean: 

Table binding

0 Kudos

Hi experts,

I have a table for which I have done JSON binding. Based on the value in column 2, I want to set either input box or combo box in column 7.

I tried setting visibility but the problem is, it is occupying empty space which i do not need it.

Please find the attachment.

Thanks & Regards,

Shruthi M.R

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Shruthi,

I am little confused with your question but from what I have understood.

There are only two options with you, either you live with the empty space in the table or you need to remove the row completely.

For more understanding share your code and may be we can help you out.

Regards,

Devaarth

0 Kudos

Hi Devaarth,

My requirement is simple.

Say i have 80 in my column 2 and 90 in column 3.

For value 80 i want to set INPUT field in column 7 and for value 90 i want to set combobox in column 7.

saivellanki
Active Contributor
0 Kudos

Hi Shruthi,

You can make use of factory functions. Will this sample help? JS Bin - Collaborative JavaScript Debugging

Regards,

Sai Vellanki.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shruthi,

As per code,you are keeping each input in separate column,enclose both inputs inside HBOX (then it will be occupied in same column)and try it.Sure it will work,If you share complete snippet,I can fix and re-share the fixed code..

Regards

Naveen S