Table: Cannot set autoSize from ScrollerOptions #16209
Labels
LTS-FIXED-15.4.26
LTS-FIXED-16.9.15
LTS-PORTABLE
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
v18-port
Milestone
Describe the bug
Create a table with virtualScroll and pass
virtualScrollOptions: ScrollerOptions = {
autoSize: false
};
but after setting this from options, it will override the default value of table static true value passed to component.
Environment
Windows 11
Reproducer
No response
Angular version
17.3.4
PrimeNG version
17.8.8
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
v20.15.0
Browser(s)
No response
Steps to reproduce the behavior
Create a table with virtualScroll and pass
virtualScrollOptions: ScrollerOptions = {
autoSize: false
};
but after setting this from options, it will override the default value of table static true value passed to component.
Expected behavior
passed options should override default values.
The text was updated successfully, but these errors were encountered: