NG-ZORRO / ng-zorro-antd

Angular UI Component Library based on Ant Design
https://ng.ant.design
MIT License
8.87k stars 3.93k forks source link

Fixed Column with colspan Cannot set width column header have nzRight #6548

Open BaoSkyFall opened 3 years ago

BaoSkyFall commented 3 years ago

Reproduction link

https://codesandbox.io/s/thirsty-jones-i2r8q?file=/src/app/app.component.ts

Steps to reproduce

I have an issue cannot set width column header when I Set fixed column with colspan and nzWidth in column nzRight

What is expected?

nzWidth work when set nzRight column in fixed column with colspan

What is actually happening?

nzWidth not work when set nzRight column in fixed column with colspan. It will set width a next column in column colspan image

Environment Info
ng-zorro-antd 11.0.1
Browser Chrome Version 89.0.4389.90
BaoSkyFall commented 3 years ago

Does Anyone have a solution for this issue?

vthinkxie commented 3 years ago

have you try nzWidthConfig

xjuanc commented 2 years ago

Have you fix it? I'm facing the same problem