ce
ce copied to clipboard
Bug: hideIndex() breaking frozen columns
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 )
This happens as within the updateFreezePosition
method there is no check for hideIndex
. Thus it always subtracts 51px
from the updated left position.
Thanks for answering. What is the solution/code to fix this ?
For now, you might have to fix it locally.
https://github.com/paulhodel/jexcel/issues/1104