Skip to content

format query table header size considerations #610

@rogerbinns

Description

@rogerbinns

The column title includes single quotes around the value which makes it wider than the value in the column. This is working fine with the roman alphabet but messes up with CJK turning the header unnecessarily into multiple lines.

SELECT '哇',33;
select '積丹尼', 33;
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions