-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table column is not fixed even if there is nzLeft #7830
Comments
Hi @yor1g, thanks for your solution, but my order managerment screen using dynamic table, column can show/hide... So if i apply your solution, my project will have big impact and if i want update table in the future, it spend to much time and error-prone |
hi @vthinkxie , |
Hi @vthinkxie I have same issue in here. And I found that we have an array which have zero width in listOfTdElement. I just apply the code
|
Solution to fixed more than 2 columns of nz-table (use nzLeft) |
Your solution doesn't use a virtual scroll table 😞 |
I will suggest my solution to fix it during author waiting to review my PR. Here is following step:
-> Problem will be resolved. I have fixed it by using this solution |
Reproduction link
https://stackblitz.com/edit/angular-zqzusm-m74ef5?file=src%2Fapp%2Fapp.component.ts
Steps to reproduce
use nz-virtual-scroll vs nzleft for more than 2 column at the same time
What is expected?
The column is fixed
What is actually happening?
css property is alway 0px
The text was updated successfully, but these errors were encountered: