-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown rendering below table #193
Comments
DataTable cells have overflow: hidden, you can make this work by; <p:column style="overflow:visible">
<template>
<p-dropdown> So that dropdown overlay can be displayed fully. |
Thanks, however, the error persists. I've switched off all custom CSS to make sure there's no interference. |
I've traced the error to a dynamic setting that overwrote the static style=' ', my bad. Thanks for your help! |
This is a regular table right? Not scrollable. |
It's non-scrollable, correct. |
Ok, we'll check. Reopening. |
excellent, let me know if you need help reproducing |
Fixed on PrimeUI side as css of datatable is there by removing overflow auto from ui-datatable-wrapper. |
excellent, I manually excluded the respective css lines, this resolved the issue. |
Hi, I 'm trying to do the following:
My question is what is the correct way to use the ngModel within the <p - dataTable > |
@cagataycivici Still I have that issue.. Last row dropdown overflow is hiding. Could you please confirm this fix is still available ? I dont see any css class name(ui-datatable-wrapper) as part of datatable.css |
The new implementation seems to render below the following table row when created inside a row template:
The text was updated successfully, but these errors were encountered: