weihe8892

Results 4 issues of weihe8892

**I'm submitting a ...** (check one with "x") ``` [] bug report => see 'Providing a Reproducible Scenario' [x] feature request => do not use Github for feature requests, see...

For example, a table with 3 columns, col1, col2, col3, if col3 is hidden, then col2 cannot be resized.

### Reproduction link [https://stackblitz.com/edit/angular-qmhd2b?file=src%2Fapp%2Fapp.component.ts](https://stackblitz.com/edit/angular-qmhd2b?file=src%2Fapp%2Fapp.component.ts) ### Steps to reproduce I have nz-select with dropdown options containing 12 items. I am using ngModel to bind the selectedValue to "tom-10", which is located...

Component: Dropdown

I am in the process of migrating from moment.js to day.js. While the format dayjs("25-AUG-2023", "DD-MMM-YYYY") results in an "invalid date" error with day.js, it works perfectly with moment.js. I've...