Files
sqlpage--sqlpage/sqlpage/templates
lovasoa 6c94a5d787
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
fix a bug where table sorting would break if table search was not also enabled
fixes https://github.com/sqlpage/SQLPage/issues/660
2024-11-01 00:01:48 +01:00
..
2024-10-22 16:12:48 +02:00
2024-09-05 00:19:14 +02:00
2022-08-28 01:04:10 +02:00
2024-06-22 09:49:53 +02:00
2024-08-17 20:06:26 +02:00
2024-03-05 19:42:44 +01:00
SEO
2024-10-27 00:12:50 +02:00

SQLPage component templates

SQLPage templates are handlebars1 files that are used to render the results of SQL queries.

Default components

SQLPage comes with a set of default2 components that you can use without having to write any code. These are documented on https://sql.datapage.app/components.sql

Custom components

You can write your own component templates and place them in the sqlpage/templates directory. To override a default component, create a file with the same name as the default component. If you want to start from an existing component, you can copy it from the sqlpage/templates directory in the SQLPage source code2 .