cancel
Showing results for 
Search instead for 
Did you mean: 

Table auto re-sizing issue

Former Member
0 Kudos

Is it possible to turn-off the auto re-sizing feature of WD table UI element ? Tried setting the width property to px and %...and looks like this does not over-ride the dynamic sizing feature. Even setting the columns to fixed width did not help.

Any suggestions ??

Thanks in advance !

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Srikanth,

Setting the column widths in pixels will help you to restrict the width of the table.But the corresponding celleditor's properties should also be set accordingly. For eg:, if you are using TextView as a celleditor, it's wrapping property should be set to true. If you are using an input field, either it's width has to be set in pixels or the length has to be specified as the no: of characters. Like wise, setting the width for all columns will restrict the table width itself.

Hope this helps,

Best Regards,

Nibu.

Former Member
0 Kudos

Hello Patlu,

I do believe there is a 'resizable' property in the tablecolumns. You may want to explore that possibility ?

from

Kwok Wei