-
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
RowSpan Grouping does not work on DataTable with virtualScroll feature #10851
Comments
Is anything happening at all with this issue? |
Same issue here. Sorry if I wrote in both topics, feel free to delete one. |
This issue is important for those users who want to have virtual scrolling and not pagination. Without a fix scrolling is required on the page which makes a nice application 'clunky' It seems virtual scrolling may have several problems - I have come across a new one today with virtual scroll + row expand and I am going to raise a new issue for it. Is this issue being reviewed for action. |
Grouping of the table headers using rowspan is also affected by this issue. I had a table with grouped column headers and pagination. Then I had to change to virtual scrolling for the user's preference and now it is broken. Before After - the two header rows are completely separate with no grouping Also notice that the controls in my filtering row have been affected too Is anything at all going to be done about this - I'm starting too see a pattern where virtualScrolling is being flagged up as a problem more than a few times. |
Same error for me. Even with [scrollable]="true" |
Same, row grouping is practically infeasible with large datasets. We had to resort to a custom table. |
Virtual scrolling does not work with RowGrouping 'subheader' eaither. The 'subheader' rows nodes are totally missing if enabling virtual scrolling. |
If they are going back to the primeng virtual scrolling instead of the angular cdk on version 14, does it also means that this bug will be fixed as well? |
I also need this feature. VirtualScroll with RowExpand! |
This is still an issue in primeng 14, if you use virtualScroll rowspan doesn't work. |
+.I also need this feature. VirtualScroll with RowGrouping |
Hi, Currently, only RowSpan Grouping + VirtualScroll feature is supported in the new version. Others are not supported due to technical limitations. Exp;
|
Hi, |
I'm submitting a ... (check one with "x")
https://stackblitz.com/github/primefaces/primeng-issue-template
Current behavior
When the property [virtualScroll] is set to 'true', and rowGroupMode is set to ''rowspan' the rowgroup property on the table is neither set to true or false and so the method of hiding the cell data as shown in your example does nothing and all the cells for the relevant column are empty. If [virtualScroll] is set to 'false' row grouping works as demonstrated:-
Extract below from example at https://www.primefaces.org/primeng/v12/#/table/rowgroup.
Expected behavior
Row grouping should work together with virtual scrolling
Minimal reproduction of the problem with instructions
Follow the published example
What is the motivation / use case for changing the behavior?
This is a bug, not a behaviour change; one functionality is broken whilst trying to use another - I want to use both and it should work.
Please tell us about your environment:
Windows 10
Angular version: 12
PrimeNG version: 12.2.2
Browser: Chrome 95.0.4638.69 (Official Build) (64-bit)
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node (for AoT issues):
node --version
=The text was updated successfully, but these errors were encountered: