Replies: 2 comments
-
That would be a nice feature to have ! The parameter name should be prefixed by an underscore, since all non-prefixed row level parameters are displayed as columns in the table. @agadm1 : do you want to implement this in https://github.com/sqlpage/SQLPage/blob/main/sqlpage/templates/table.handlebars and open a pull request ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry, I dont know how.Could you assist with implementing the following sql created for SQLite but for POSTGRES?
```sql
SELECT
description AS Description,
printf("%.2f", price) AS 'Price per Item',
quantity AS Quantity,
printf("%.2f", total) AS 'Total Cost',
'[Remove](cash_register.sql?delete=' || id || ')' AS Remove
FROM line_items;
```
thanks
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
Is there any reason why image_url row-level parameter is not available in 'table' component?
Beta Was this translation helpful? Give feedback.
All reactions