
#table(
    rows: 10,
    columns: 3,
    column-gutter: 0.25em,
    align: (left, center, right),
    stroke: none,
    table.header(
        table.hline(y: 0, stroke: 1pt),
        [*#"value1"*],
        [*#"group3"*],
        [*#"group1"*],
        [_#"Sub1"_],
        [_#"Sub2"_],
        [_#"Sub3"_],
        table.hline(y: 2, stroke: 0.75pt),
    ),
    [#"1"],
    [#"c"],
    [#"a"],
    [#"2"],
    [#"c"],
    [#"a"],
    [#"3"],
    [#"d"],
    [#"a"],
    [#"4"],
    [#"d"],
    [#"a"],
    [#"5"],
    [#"c"],
    [#"b"],
    [#"6"],
    [#"c"],
    [#"b"],
    [#"7"],
    [#"d"],
    [#"b"],
    [#"8"],
    [#"d"],
    [#"b"],
    table.hline(y: 10, stroke: 1pt),
)
