When using PrimeNG Turbo Table, I am facing an issue where the filter dropdown is getting placed inside the scrollable table.
The dropdown works perfectly fine without the scrollable table. You can see it in action here.
However, when the table is scrollable, the dropdown gets trapped inside the table as shown here. I want the dropdown to appear outside the table rather than inside it.
You can view the code here. Please check it out in 1024 resolution to see the scrolling functionality and try selecting one of the brands to filter the data.
If anyone has any solutions or suggestions, I would greatly appreciate the help!