[GH #5112] Column Freeze + Sorting

It appears that when both freezing / sorting are enabled, freezing loses its desired functionality. That is, it starts to freeze the left-most unfrozen column instead of the one you clicked on. Here is a fiddle:

https://jsfiddle.net/zjd46bms/4/

1 Like

Hey @mike

Thank you for sharing. I have replicated the issue using latest version as well (7.0.3).

This issue should get solve after we add the global index mapper https://github.com/handsontable/handsontable/issues/5112

I will update you as soon as we get this done and we’ll check if it solves the freezing issue.

same issue here - thanks, good to know it’s being sorted out. When do we expect issue 5112 to be resolved?

ie, this month, next month, next quarter, next year?

Hey Allan.

That’s a work in progress. One of our developer’s is doing nothing else than the mapper. We’ve already have the structure and it is working great for our four main plugins. We should be able to push the changes in July.

Hi Aleksandra - this request came up again recently. Is the mapper ready? I see issue 5112 is still open.

@allan

great timing! We have started testing the develop branch where 5112 is fixed.
If you want - I highly encourage to test it.

Here are the latest resources (not available on CDN yet)

https://cdn.jsdelivr.net/gh/handsontable/handsontable@04f43a1879d0804f25273fa39d785f8f43fa616c/dist/handsontable.full.js
https://cdn.jsdelivr.net/gh/handsontable/handsontable@04f43a1879d0804f25273fa39d785f8f43fa616c/dist/handsontable.full.css

@allan @mike

I’m glad to announce that Handsontable v8.0.0 is live!.

CDN https://cdn.jsdelivr.net/gh/handsontable/handsontable@latest/dist/handsontable.full.css
https://cdn.jsdelivr.net/gh/handsontable/handsontable@latest/dist/handsontable.full.js
NPM npm i handsontable
Release Notes https://github.com/handsontable/handsontable/releases

I highly encourage you to test the new version and leave some feedback. I hope that the amount of work that we put on the v8 will help you to improve your project.

1 Like