lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
883 stars 64 forks source link

Form-component - New row-level parameter line-break #485

Open hasynjo opened 3 days ago

hasynjo commented 3 days ago

What are you building with SQLPage?

I'm trying to migrate an MS Access-based audit management solution into a webapp.

What is your problem?

Form fields are added into one row until a total width of 12 is reached. In the moment you can't force a line break. line_break

Describe the solution you'd like

The introduction of a new row-level parameter line-break would allow better layouting/structuring of data. In the example below you would set line-break to TRUE for field street. line_break_fixed

Describe alternatives you've considered

Using greater widths for form fields than actually needed.