Closed C00per closed 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.
You can also try appendTo="body"
There is no overflow on the 'td' tag of the expandable row, so the dropdown list is partially behind the table row.