Hi,
For DynamicForm, we can use setColWidths(Object... colWidths) to set columns width,
but if I have already specially set the width of the formItems in this dynamicForm, the values in setColWidths() will not be in effect.
Are there any ways I can set some columns width controlled by formItems, some other columns width controlled by setColWidths()?
Thanks.
For DynamicForm, we can use setColWidths(Object... colWidths) to set columns width,
but if I have already specially set the width of the formItems in this dynamicForm, the values in setColWidths() will not be in effect.
Are there any ways I can set some columns width controlled by formItems, some other columns width controlled by setColWidths()?
Thanks.