SQLpage icon indicating copy to clipboard operation
SQLpage copied to clipboard

SQL-only webapp builder, empowering data analysts to build websites and applications quickly

Results 149 SQLpage issues
Sort by recently updated
recently updated
newest added

## 🧩 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...

enhancement

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...

enhancement

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) ![Screenshot 2025-07-09 at 11 14 36](https://github.com/user-attachments/assets/995f22ee-439d-47f1-886b-e2c4ca056d4d)...

### 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...

bug

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...

enhancement

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...

enhancement

### 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...

enhancement