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

The fixedRowsTop cannot be altered by updateSettings when a row from the fixed area is removed #8847

Open
AMBudnik opened this issue Oct 6, 2021 · 0 comments

Comments

@AMBudnik
Copy link
Contributor

AMBudnik commented Oct 6, 2021

Description

The fixedRowsTop cannot be altered by updateSettings when a row from the fixed area is removed.

Steps to reproduce

  1. Go to https://jsfiddle.net/kn1ad3or/
  2. Wait for the setTimeout to set the fixed rows on the top from 3 to 0
  3. Now comment out the alter method from the 17th line and rerun the example

bug

Result
The 1st row is removed and now rows are fixed on the top of the table.

Actual result
The 1st row is removed but we have 2 fixed rows on the top of the table.

Demo

https://jsfiddle.net/kn1ad3or/ v10 - broken
https://jsfiddle.net/cw4h1uL9/3/ v8 - broken

Your environment

  • Handsontable version:
  • Browser Name and version: Chrome 94
  • Operating System: macOS Big Sur 11.6

Inform forum

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

2 participants