Skip to content

Alignment of column headers not working #218

@c-kob

Description

@c-kob

When adding a column and setting the textalign property, this is effectively ignored because table headers are wrapped in a div (without any CSS reference) that sets "display: flex;", so all headers are pushed to the left.

Not sure where that comes from nor what purpose it is meant to serve, but a workaround is to add some custom css that overwrites, e.g.

th > div {
display: block !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions