-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
P-Table with VirtualScroll only header is resizing #9598
Labels
LTS-FIXED-10.0.7
Fixed in PrimeNG LTS 10.0.7
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
yigitfindikli
added
the
Status: Pending Review
Issue or pull request is being reviewed by Core Team
label
Dec 1, 2020
As a simple workaround you can just override the whole onColumnResizeEnd method until it is fixed:
|
yigitfindikli
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Pending Review
Issue or pull request is being reviewed by Core Team
labels
Dec 29, 2020
Thank you @yigitfindikli |
@TKul6 You're welcome :) Always happy to help! |
yigitfindikli
added
LTS-FIXED-10.0.7
Fixed in PrimeNG LTS 10.0.7
and removed
LTS-PORTABLE
labels
Jan 12, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
LTS-FIXED-10.0.7
Fixed in PrimeNG LTS 10.0.7
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
I'm submitting a ... (check one with "x")
Stackblitz
https://stackblitz.com/edit/primeng-tablecolresize-demo-p886ik?file=src/app/app.component.html
Current behavior
Only the headers of the table are beeing resized, when you add virtualScroll and virtualRowHeight. No errors are thrown.
https://imgur.com/a/GMthfJa
Expected behavior
The header as well as the rest of the rows are resized.
Minimal reproduction of the problem with instructions
I've used the last example of https://www.primefaces.org/primeng/showcase/#/table/colresize 'Scrollable with Variable Width' and added the following properties to the p-table:
[rows]="100" [virtualScroll]="true" [virtualRowHeight]="34"
The text was updated successfully, but these errors were encountered: