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

DataTable: "Row Group" doesn't work correctly with virtual scrolling #7339

Open
2 of 4 tasks
M-U-X opened this issue Feb 27, 2025 · 1 comment
Open
2 of 4 tasks

DataTable: "Row Group" doesn't work correctly with virtual scrolling #7339

M-U-X opened this issue Feb 27, 2025 · 1 comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@M-U-X
Copy link

M-U-X commented Feb 27, 2025

Describe the bug

DataTable's "Row Group" doesn't work correctly with virtual scrolling, past the initial list of items loaded, it breaks and apparently tries to inset the group header after each item, also there's a slight spacing between the group header and table header under which items scrolling up can be partially seen, but that seems like a general style issue and not related to virtual scrolling per se.

Pull Request Link

No response

Reason for not contributing a PR

  • Lack of time
  • Unsure how to implement the fix/feature
  • Difficulty understanding the codebase
  • Other

Other Reason

No response

Reproducer

https://stackblitz.com/edit/primevue-4-vite-issue-template-6kwoifer?file=src%2FTable.vue

Environment

Windows 11, Visual studio code

Vue version

3.5.13

PrimeVue version

4.3.1

Node version

23.6.0

Browser(s)

No response

Steps to reproduce the behavior

NA

Expected behavior

Same behavior as a table with virtual scroll disabled

@M-U-X M-U-X added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Feb 27, 2025
@Tamas-hi
Copy link
Contributor

Sadly this is a long standing issue: #4109

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