cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Is it possible to set wrapping for inputfield in the table column?

Former Member
0 Kudos

Hi experts

Please help me

Is it possible to set wrapping for inputfield in the table column?

Accepted Solutions (1)

Accepted Solutions (1)

nikhil_bose
Active Contributor
0 Kudos

I think it is not possible as TableCellEditor. But you can go for TextEdit outside of Table for editing the selected row. multiple lines can be displayed with wrapping using TextView renderer.

Nikhil

Answers (2)

Answers (2)

PradeepBondla
Active Contributor
0 Kudos

Hi,

I think it is not possible, you have to use either Scroll Container or Table Popin if it is for entire row.

check this for the same

if for single input field, as said above go for textArea/TextEdit.

PradeeP

Former Member
0 Kudos

Hi Michael,

You cannot wrap an input field. You have to use TextArea for this.

But, you can increase the length of the input field dynamically based on the content.

Regards,

VJR.