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

p-table RowSpan Grouping does not work with [scrollable]=true #11715

Closed
dcanning opened this issue Jul 14, 2022 · 4 comments
Closed

p-table RowSpan Grouping does not work with [scrollable]=true #11715

dcanning opened this issue Jul 14, 2022 · 4 comments
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working

Comments

@dcanning
Copy link

Describe the bug

when [scrollable] is set to true for a p-table, rowspan grouping does not work

Environment

Angular version: 13.3.11
PrimeNG version: 13.4.1
Browser: Chrome/firefox

Reproducer

https://stackblitz.com/edit/primeng-tablerowgroup-demo-3pwsdw?file=src/app/app.module.ts

Angular version

13.0.3

PrimeNG version

13.0.4

Build / Runtime

TypeScript

Language

TypeScript

Node version (for AoT issues node --version)

16.15.1

Browser(s)

all

Steps to reproduce the behavior

set [scrollable]=true when trying to use rowspan grouping

Expected behavior

rowspan grouping functions properly when scrollable=true

@dcanning dcanning added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jul 14, 2022
@harryn
Copy link

harryn commented Sep 1, 2022

Is there a fix or workaround?

@Phil-DS
Copy link

Phil-DS commented Sep 15, 2022

Is there any progress on this. It's currently a major blocking issue for us, and I was kinda hoping for some solution in the latest 14.1.0 release, yet it remains an issue. It's also not just rowspan, but colspan too.

@harryn
Copy link

harryn commented Sep 15, 2022

I got colspan and rowspan to work in the header with scrollable table. For the header i used:
<ng-template pTemplate="headergrouped">

@mertsincan
Copy link
Member

Hi,

So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you reopen the issue so we can include it in our roadmap?
Please don't forget to add your feedback as a comment after reopening the issue. These will be taken into account by us and will contribute to the development of this feature. Thanks a lot for your understanding!

Best Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

4 participants