ce icon indicating copy to clipboard operation
ce copied to clipboard

Bug: hideIndex() breaking frozen columns

Open StephaneAdeso opened this issue 4 years ago • 3 comments

Hi, when I use the hideIndex () method, it works fine and hides the index from me. But I have the first 2 columns frozen and when I scroll to the right it breaks them. ( i am using google chrome )

image

StephaneAdeso avatar Oct 23 '20 07:10 StephaneAdeso

This happens as within the updateFreezePosition method there is no check for hideIndex. Thus it always subtracts 51px from the updated left position.

kunalshewale avatar Oct 27 '20 12:10 kunalshewale

Thanks for answering. What is the solution/code to fix this ?

StephaneAdeso avatar Oct 27 '20 13:10 StephaneAdeso

For now, you might have to fix it locally.

https://github.com/paulhodel/jexcel/issues/1104

kunalshewale avatar Oct 29 '20 05:10 kunalshewale