Primeng: Data Table - Filter and Scroll with DropDown (DropDown options cut off)

Created on 6 Nov 2017  路  4Comments  路  Source: primefaces/primeng

I'm submitting a ... (check one with "x")

[ X ] bug report => Search github for a similar issue or PR before submitting

Plunkr Case (Bug Reports)
http://plnkr.co/edit/RnyvH7U33NmCdgH9MrTt?p=preview

Current behavior
Datatable with filter and scroll causes multi drop down not to show.

Expected behavior
multi drop down option show

Minimal reproduction of the problem with instructions
See plunker above

  • Angular version: 2.0.X
    Angular - 4.1.3

  • PrimeNG version: 2.0.X
    PrimeNG - 4.3.0

If "ui-datatable-scrollable-body" is moved into "ui-datatable-scrollable-header" the issue is fixed.

Most helpful comment

Try appendTo="body" on Dropdown.

All 4 comments

That is due to ui-datatable-scrollable-header having overflow: hidden. Purpose for this is out of my domain right now but if it's something that does not concern you. You can remove that overflow: hidden.

Thanks! Didn't have enough time to look into it yet also but can confirm changing the overflow does fix the issue, I overrode it in my component for now.

Try appendTo="body" on Dropdown.

@cagataycivici this issue not solve if we set table zoom: 0.8

position of the dropdown not correct, due to "zoom" didn't apply to "

Was this page helpful?
0 / 5 - 0 ratings

Related issues

miresk picture miresk  路  3Comments

cyberrranger picture cyberrranger  路  3Comments

just-paja picture just-paja  路  3Comments

mitosandov picture mitosandov  路  3Comments

philly-vanilly picture philly-vanilly  路  3Comments