SQLpage
SQLpage copied to clipboard
SQL-only webapp builder, empowering data analysts to build websites and applications quickly
## 🧩 Problem I tried configuring GitHub authentication using the following in my `sqlpage.json`: ```json { "oidc_issuer_url": "https://github.com", "oidc_client_id": "", "oidc_client_secret": "", "host": "localhost:8080" } ``` However, SQLPage fails to...
What are you building with SQLPage ? An application in the healthcare industry. What is your problem ? We would like to log errors that our users encounter and potentially...
Hello, I was testing the `TRUE AS striped_rows` parameter, but it seems that it doesn’t apply row coloring when dark mode is enabled. [link](https://learnsahajayoga.org/shri-mataji-talks?tlang=all&lang=en) ...
### Introduction Fields with the datatype 'interval' do not show up in the table component. For some values, it shows unexpected characters ### To Reproduce Just a very simple table...
In my project I use the "Azure" SQLPage color in the last row of my table. I have noticed that there is a difference between behaviour between 0.34 and 0.35:...
feature suggestion by @SebastiendOrnano ### Discussed in https://github.com/sqlpage/SQLPage/discussions/944 Originally posted by **SebastiendOrnano** June 24, 2025 Could it be possible to add a link parameter to the chart component ? It...
could you pls make a table or datagrid editable in order to perform a one-click insert in DB, without any additional forms, pages , etc.? nice to have! the functionality...
### Introduction Chart component, example 9 from documentation [link](https://sql-page.com/component.sql?component=chart) not working if you set it TRUE as stacked. ### Actual behavior When you do enable TRUE as stacked, it just...
is it possible to attach a callback or custom on click function on any sqlpage components? for example, I would like to open a seaprate page on click on each...