test subfooters demo

This commit is contained in:
PgBiel 2025-06-13 02:28:54 -03:00
parent 858e620ef7
commit 40ae2324d1
2 changed files with 41 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -0,0 +1,41 @@
--- grid-subfooters-demo ---
#set page(height: 15.2em)
#table(
columns: 2,
align: center,
table.header(
table.cell(colspan: 2)[*Regional User Data*],
),
table.header(
level: 2,
table.cell(colspan: 2)[*Germany*],
[*Username*], [*Joined*]
),
[john123], [2024],
[rob8], [2025],
[joe1], [2025],
[joe2], [2025],
[martha], [2025],
[pear], [2025],
table.footer(
level: 2,
[*Mode*], [2025],
table.cell(colspan: 2)[*Totals*],
),
table.header(
level: 2,
table.cell(colspan: 2)[*United States*],
[*Username*], [*Joined*]
),
[cool4], [2023],
[roger], [2023],
[bigfan55], [2022],
table.footer(
level: 2,
[*Mode*], [2023],
table.cell(colspan: 2)[*Totals*],
),
table.footer(
table.cell(colspan: 2)[*Data Inc.*],
),
)