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

Card-component - New row-level parameter width #476

Open hasynjo opened 6 days ago

hasynjo commented 6 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?

I'm looking for extended layouting options. In this case I want to have a card with 2 embedded cards with different widths. The card on the left contains a form with several fields, the card on the right displays a set of narrow buttons. cards

What are you currently doing?

I don't use the embedded cards-option. The set of buttons is located under the form forcing me to scroll vertically.

Describe the solution you'd like

Please add a new row-level parameter width to the card-component. cards_different_widths

Describe alternatives you've considered

Waiving embedded cards when there is the need for cards with different widths.