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 83 SQLpage issues
Sort by recently updated
recently updated
newest added

Description: Version 0.29.0 does not implement the "search_target" functionality in the Shell component. The search field and button are not displayed. Steps to Reproduce: 1. Install or update to version...

bug

It would be really nice to have sqlpage handle internationalization for us. Maybe using a cookie for switching between languages and fallback to [Accept-Language](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language), and a json file in sqlpage...

enhancement

Hi šŸ‘‹, This commit follows the discussion in [#260](https://github.com/lovasoa/SQLpage/discussions/260) (better late than never!). It implements the `csv_attachment` component to return data as a CSV file. ```sql SELECT 'csv_attachment' AS component,...

> What is your problem ? A description of the problem, not the solution you are proposing. I have built a dashboard with multiple cards in the view. There are...

enhancement

Hi šŸ‘‹, I'm working with some resource-intensive queries that take some time to execute, and the `embed` option on the `card` component works really well. However, Iā€™d like to prevent...

Hi, I have a table where the title is set using markdown and contains a link. In this case, sorting is based on the link rather than the title. See...

bug

> What is your problem ? A description of the problem, not the solution you are proposing. I seem to be wasting a non-trivial amount of screen real estate due...

enhancement

### Discussed in https://github.com/lovasoa/SQLpage/discussions/594 Originally posted by **ArianYN** September 16, 2024 It would be nice to have a property for the new Foldable Component, where you can do like: `...

### Introduction When "fixed_top_menu":"TRUE" is actived, the page is not correctly done since sqlpage 0.27. ### To Reproduce ```sql --Menu SELECT 'dynamic' AS component, CASE WHEN $group_id=1 THEN sqlpage.read_file_as_text('index.json') ELSE...

bug

**What are you building with SQLPage ?** I'm looking for a way to record the geographical coordinates of an entity via a form, using the device's geolocation and manual correction...

enhancement