Hi there
I used a DynamicForm to create a table, ex. 2 rows and 2 columns, every cell is a FormItem.
When I hide one FormItem, the following FormItems in the DynamicForm will automatically move forward to take the position of the hidden one.
My question is, in a DynamicForm, how can I keep all the FormItems in their original postion when I hide some of them.
Thanks.
I used a DynamicForm to create a table, ex. 2 rows and 2 columns, every cell is a FormItem.
When I hide one FormItem, the following FormItems in the DynamicForm will automatically move forward to take the position of the hidden one.
My question is, in a DynamicForm, how can I keep all the FormItems in their original postion when I hide some of them.
Thanks.
Comment