lovasoa / SQLpage

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

Added "overflow" attribute to the "table" component #422

Closed pchemguy closed 2 weeks ago

pchemguy commented 2 weeks ago

The "table" component template will now set the width property of the table component div to "fit-content" if the table defines a boolean "overflow" attribute set to TRUE.

This feature is useful for "wide" tables, as it prevents columns clipping on the right, enabling horizontal scrolling via the browser scrollbar.