revolist / revogrid

Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
https://rv-grid.com
MIT License
2.7k stars 169 forks source link

How to wrap the column header text? #271

Open zaqxs123456 opened 2 years ago

zaqxs123456 commented 2 years ago

How to change the height of the header and wrap the header text like this?

Screenshot_20211209_140246

van-huyen commented 2 years ago

Hi @zaqxs123456

this is css control, not of revo-grid.

First, set row header height up to 2-3 line (50px): revo-grid[theme='default'] revogr-header .header-rgRow { height: 50px; }

Second, add wrap text style: white-space: pre-wrap;

image