Continuing the discussion from Issue coming in freeze columns [PRO]:
Issue coming in freeze columns
Hi @steven
issue mentioned there https://github.com/handsontable/handsontable/issues/2655 has been closed as it has been fixed a couple of versions ago.
Do you still experience it after updating the version?
i am using Version: 2.0.0 and still facing the same problem.
Can you record it and send me a demo to replicate it? I’ll test it on my local machine.
This is setting of Handontable in my project.
Where i have to send recorded video because video is not supporting here.
Thank you for sharing @steven
I have found the issue that is responsible for this behavior https://github.com/handsontable/handsontable/issues/4601
I’ll check if there’s any workaround.
It turned out that the issue is regression made in v0.28.0
. The Regressions issues are the once that we fix in the first place. I think that it will be scheduled for another month.
Did you find any workaround regarding this issue.
Sorry @steven
that is a regression bug, the only way to get this working is to downgrade to 0.28.0
, which I do not recommend as between those versions we have fixed a lot of different bugs.
Please track the Github board topic for that issue https://github.com/handsontable/handsontable/issues/4601 for updates
Hi all,
I’m glad to announce that this issue https://github.com/handsontable/handsontable/issues/4601 has been solved yesterday under 8.0.0beta1
Below are the resources
</style><script src="https://cdn.jsdelivr.net/gh/handsontable/handsontable@release/8.0.0-beta.1/dist/handsontable.full.js"></script><link type="text/css" rel="stylesheet" href="https://cdn.jsdelivr.net/gh/handsontable/handsontable@release/8.0.0-beta.1/dist/handsontable.full.css">
And this is how you can download the beta from NPM
npm i handsontable@beta
I appreciate any feedback. Thank you.
I just wanted to update anyone interested in this topic that we’ve just released Handsontable v 8.0.0 (stable) version that is the first stable version to fix this issue.
Reference https://github.com/handsontable/handsontable/issues/4601