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.

Column Header Groups broken in 6.9.1

See original GitHub issue

I’m creating this to track a new bug that I’m seeing in 6.9.1. I understand that there may not be fixes being added except from the community for 6.x, but wanted to track this for visibility for anyone else who encounters this.

I have a reproducible example, but will have to see if I can actually find the underlying cause in terms of trying to contribute a PR to fix this.

Describe the bug When using column header groups, a reference error is thrown:

i is not defined
makeHeaderGroups
../src/index.js:266:10

To Reproduce Here is a very simple failing example: https://codesandbox.io/s/p9xo6wrj8m

The header column with the nested columns is what causes the failure to occur. This previously worked in 6.8.6 and 6.9.0 (you can see this by flipping the version number back in the package.json in the example above).

Desktop (please complete the following information):

  • OS: macOS Mojave
  • Browser: Chrome
  • Version: 71

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:10

github_iconTop GitHub Comments

2reactions
Android3000commented, Feb 12, 2019

For the issue I mentioned, technically it works in 6.9.0, but that has some of its own other issues. 6.8.6 is probably what you want.

1reaction
tannerlinsleycommented, Feb 12, 2019

6.9.2 is out now. Hopefully it fixes this problem.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Column Header Groups broken in 6.9.1 · Issue #1262
The header column with the nested columns is what causes the failure to occur. This previously worked in 6.8.6 and 6.9.0 (you can...
Read more >
10.3 - Column Headings and Justification | STAT 480
When the REPORT procedure encounters the split character in a column heading, it breaks the heading and continues the heading on the next...
Read more >
SSRS Reports Training - Repeat Column Headings on Each ...
This video tutorial on SQL Server Reporting Services (SSRS) covers the following topics -1) Repeating column headings on each page of the ...
Read more >
SSRS Report Builder Part 6.4 - Table Groups with Detail Rows
By Andrew Gouldhttps://www.wiseowl.co.uk - In this video you'll learn how to create a grouped table with detail rows in Report Builder.
Read more >
Why am I losing the grouping column header in renderDT ...
Your colnames parameter is of length two. Your summary table has three columns. That's why one of your column headers is blank. To...
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