We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Passing an empty array into stickyColumnStart should reset sticky columns set with directive
stickyColumnStart
Passing an empty array into stickyColumnStart does nothing
https://stackblitz.com/edit/pebula-ngrid-starter-3ecjhm?file=src/app/app.component.ts
Angular 14.2.5, CDK 14.2.4, NGrid 5.0.0, OS Windows 10, TypeScript 4.7.2
Chrome 108.0.5359.126, Firefox 108.0.2
The text was updated successfully, but these errors were encountered:
Workaround is to manually set pin for PblColumnDefinition through code.
pin
PblColumnDefinition
Sorry, something went wrong.
No branches or pull requests
What is the expected behavior?
Passing an empty array into
stickyColumnStart
should reset sticky columns set with directiveWhat is the current behavior?
Passing an empty array into
stickyColumnStart
does nothingWhat are the steps to reproduce?
https://stackblitz.com/edit/pebula-ngrid-starter-3ecjhm?file=src/app/app.component.ts
Which versions of Angular, CDK, Material, NGrid, OS, TypeScript, browsers are affected?
Angular 14.2.5, CDK 14.2.4, NGrid 5.0.0, OS Windows 10, TypeScript 4.7.2
Chrome 108.0.5359.126, Firefox 108.0.2
The text was updated successfully, but these errors were encountered: