Skip to content
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

Component: Using P-table with pagination in dialog #16312

Closed
Balakoteswararo opened this issue Aug 30, 2024 · 3 comments
Closed

Component: Using P-table with pagination in dialog #16312

Balakoteswararo opened this issue Aug 30, 2024 · 3 comments
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@Balakoteswararo
Copy link

Balakoteswararo commented Aug 30, 2024

Describe the bug

I am using a table with pagination inside a p-dialog. When I click on the p-paginator-rpp-options, it is displayed inside the popup, but I need it to display above the popup. Is there any code to fix this issue?. i am using the same component in so many paces.

popup-issue

this image was with more data.
popup with more data

Below is the code in my application:
<p-dialog [(visible)]="showPopup" *ngIf="showPopup" [style]="{width: '70%'}" header=" Data" [modal]="true">

<app-vectorgrid appendTo="body" *ngIf="PopupColumns" [gridConfig]="gridConfig" [dataSource]="PopupData"
[defaultColumns]="PopupdefaultColumns" [cols]="PopupColumns" [EnableSearch]="true"
[globalFilterFields]="popupglobalFilterFields" (OnRowSelect)="OnRowSelect($event)">


Environment

production

Reproducer

No response

Angular version

14

PrimeNG version

11

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20

Browser(s)

All Browsers

Steps to reproduce the behavior

No response

Expected behavior

No response

@Balakoteswararo Balakoteswararo added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 30, 2024
@Balakoteswararo
Copy link
Author

any one can explain the issue & what was the solution for this issue?

@Balakoteswararo
Copy link
Author

Issue was fixed.

@himinat
Copy link

himinat commented Nov 5, 2024

Issue was fixed.

that answer is just like a meme...
mind to share your fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

2 participants