We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3149d commit c677023Copy full SHA for c677023
CHANGELOG.md
@@ -4,7 +4,7 @@
4
5
- Fix a bug where the table component would not format numbers if sorting was not enabled.
6
- Fix a bug with date sorting in the table component.
7
-
+- Center table descriptions.
8
9
## 0.33.0 (2025-02-15)
10
sqlpage/templates/table.handlebars
@@ -26,7 +26,7 @@
26
{{~#if number_format_digits}} data-number_format_digits="{{number_format_digits}}"{{/if~}}
27
{{~#if currency}} data-currency="{{currency}}"{{/if~}}
28
>
29
- {{#if description}}<caption>{{description}}</caption>{{/if}}
+ {{#if description}}<caption class="text-center text-muted">{{description}}</caption>{{/if}}
30
{{#each_row}}
31
{{#if (eq @row_index 0)}}
32
<thead>
0 commit comments