Recently, I integrated Primeng p-table with a filter and frozen column feature (with one column being fixed while the others are movable). However, I encountered an issue with the select dropdown in the header. When I try to open the dropdown, the values are hidden from view as seen in the image.
The problem seems to be related to the scrollable property of the table header, which has overflow:hidden set. Removing this property makes the dropdown values visible, but unfortunately, the table header remains on display as shown below.