Responsive fieldsets in form

Hi,
I know, that I can put in the form rows and cols as layout and then in them fieldsets . But … it want to do job more easy … :slight_smile:
Maybe exist a way that fieldsets in the form be responsive ? I used ui.form …

Thanks in advance!

Good day @Rimantas_Usevicius!

You can use Responsive Layouts (Responsive Moving in this case) for purposes like this: Code Snippet

When both fieldsets can’t display correctly side by side, one of them move to the form view and became third element of it. All this possible because of the property ‘responsive’.

Fieldset can also be responsive. This can be achieved due to the fact that inside the body lies the same layout: Code Snippet

1 Like

Vau! :slight_smile:
Very fine ! Thanks for the samples

Have a nice day! :slight_smile:

1 Like

Thanks for sharing… Keep Updating