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

Passing nestedHeaders as a single empty array stops the table from painting #7036

Closed
AMBudnik opened this issue Jun 22, 2020 · 1 comment
Closed

Comments

@AMBudnik
Copy link
Contributor

Description

Passing nestedHeaders as a single empty array stops the table from painting.

Steps to reproduce

  1. Go to https://jsfiddle.net/4vbtzefw/
  2. Open the console to see
    Zrzut ekranu 2020-06-22 o 14 06 36

This way, when we pass correct values by updateSettings we still do not get the table working https://jsfiddle.net/4vbtzefw/1/

Expected result - solved by 8.0.0-beta2-rev16
Nested headers are ignored and table paints without them https://jsfiddle.net/r3b0tz4d/
It also allows me to repaint the table by updateSettings which was impossible in v 7.4.2 https://jsfiddle.net/jk70Lcy8/

Demo

https://jsfiddle.net/4vbtzefw/ 7.4.2 (broken)
https://jsfiddle.net/jk70Lcy8/ 8.0.0-beta2-rev16 (works well)

Your environment

  • Handsontable version: 7.4.2
  • Browser Name and version: Chrome 83
  • Operating System: macOS Catalina
@AMBudnik
Copy link
Contributor Author

AMBudnik commented Aug 6, 2020

The issue is not replicable in v 8.0.0 https://jsfiddle.net/zjvo5wyq/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant