primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.56k stars 4.61k forks source link

Dropdown in rowexpansion rendering below table #2730

Closed C00per closed 7 years ago

C00per commented 7 years ago

There is no overflow on the 'td' tag of the expandable row, so the dropdown list is partially behind the table row. image

C00per commented 7 years ago

I've added to my CSS file to fix the issue

tbody.ui-datatable-data.ui-widget-content  > tr > td {
    overflow: visible;
}

But I'm looking for the better solution to select 'td' of the expandable row only.

cagataycivici commented 7 years ago

You can also try appendTo="body"