Hi,
I need to create a table of fields. Every row has:
HTML block (the label)
numeric field
numeric field
The final result it’s similar to this one:
I’ve used the grid layout and it works, but in mobile view the form appears as a one column table, mixing all the fields.
How can I fix it?
Thank you