Kunal Shewale
Kunal Shewale
> Could you list more code ,pls?I also met this problem ,thx! Can you please elaborate, what exactly you want within the code?
We can't fix it from external code, we have to make the adjustment in `jexcel.core.js` file. The above snippet is from the respective file.
Please see if the following helps you. https://github.com/kunalshewale/jexcel/commit/6edc3165f90fd2dfe917cfda607e533877063107 In case you still have an issue, please share codepen link where I can take a look.
> I found that frozen columns not effect when I didnot set table width, dou you confused with the same question I am not sure what you are implying here....
> Excure me ,can you leave a email?I don't konw how to post pictures here,hhhh Hope, the issue is resolved for you. In case it is not, please drop a...
@paulhodel Is there a method to update only required options for re-rendering the table with updated values? Like what we can do with `.setData()`
Basically, I want to update the `NestedHeaders` information based on the selection of columns to hide. I have across a function called `getConfig` so is there an option to `setConfig`...
This happens as within the `updateFreezePosition` method there is no check for `hideIndex`. Thus it always subtracts `51px` from the updated left position.
For now, you might have to fix it locally. https://github.com/paulhodel/jexcel/issues/1104