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;

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.