Row grouping does not work as expected
See original GitHub issueI’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**
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
Any update on that?