18.0.0-rc.2 : Table's Column Filter drop-down is cut off when it's length exceeds height of the table #16943
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When using a Column Filter on a Table Column, if the height of the filter's drop-down exceeds the height of the table, the drop-down (and thus filter options) get cut off.
Stackblitz link is provided below to demonstrate and reproduce this.
Works correctly (because table height is greater than height of the filter drop-down):
Broken: filtered data contains just one row, which makes the table height less than the drop-down height, and the filter items get cut off:
Environment
Angular v18 + PrimeNG 18 rc.2
macOS Sequoia
Webstorm 2024.3
Reproducer
https://stackblitz.com/edit/stackblitz-starters-87smrn?file=src%2Fapp%2Ftable-basic-demo%2Ftable-basic-demo.component.html
Angular version
18.2.0
PrimeNG version
18.0.0-rc.2
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.17.0
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
All filter items should be visible regardless of the height of the table.
The text was updated successfully, but these errors were encountered: