question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Row grouping does not work as expected

See original GitHub issue

I’m submitting a … (check one with “x”)

[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior I’m using the code from the row grouping example. When I try to group rows, the groups seem to overlap each other.

Expected behavior Groups should be listed underneath each other.

Reproduction of the problem In Plnkr the grouping does not seem to output anything: http://plnkr.co/edit/Z1uj3NXxPbZUKlzFUY6D?p=preview

What is the motivation / use case for changing the behavior? Grouping should work as expected.

Please tell us about your environment:

  • Table version: 10.2.1

  • Angular version: 4.3.5

  • Browser: All

  • Language: All

** Preview of local behavior**

ngx-datatable-grouping

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:3
  • Comments:7

github_iconTop GitHub Comments

4reactions
jvandemocommented, Sep 28, 2017

@CunhaGus — Thank you, it does not seem to be Angular Material related as far as I can see.

Instead, the problem seems indeed to be related to adding vertical scroll, as suggested by @gritman.

Here is the same datatable with grouping and vertical scroll enabled: http://run.plnkr.co/Tkl7tvHGGf5NiVIM/.

The rows overlap and the datatable does not render properly.

1reaction
przemyslavcommented, Dec 21, 2018

Any update on that?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Row Grouping is not working as expected · Issue #1830 - GitHub
Throws find of undefined error when rows are grouped by rowspan. Taking a look at the source code of datatable.ts, seemed to be...
Read more >
rowGroup not working with trickling data? — DataTables forums
This happens because the row grouping is applied after the ordering of the data in the table (it can be useful for nested...
Read more >
Table filter function for row group missing? in Reporting - Telerik
Hello Alex,. I have tested setting the Filter option from the Group Explorer and it worked as expected. Firstly, you need to select...
Read more >
SSRS column grouping not working as expected
You are 'correcting' the data in the rows where RN is null but you are still grouping by the field's original value.
Read more >
Row Grouping - ag-Grid (Angular)
To group rows by a particular column, mark the column you want to group with rowGroup=true . There is no limit on the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found