这是indexloc提供的服务,不要输入任何密码
Skip to content

Colspan over 1fr prompting auto columns to needlessly expand #56

@PgBiel

Description

@PgBiel

The "BC" column should have the same width in both samples.
image

#tablex(
    columns: (auto, auto, 1fr),
    [A], [BC], [D],
    [A], [BC], [D],
    [A], [BC], [D],
    [A], [BC], [D]
)

#tablex(
    columns: (auto, auto, 1fr),
    colspanx(3)[Hello world! Hello!],
    [A], [BC], [D],
    [A], [BC], [D],
    [A], [BC], [D],
    [A], [BC], [D]
)

Metadata

Metadata

Assignees

Labels

auto track sizingRelated to calculation of the size of an auto column/row.bugSomething isn't working

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions