Ben McIntyre
Ben McIntyre
Yeah, this has been dodgy for a while. The reason I often leave these things is that most developers have their own scheme they want to impose. I am just...
No probs, I know I've broken your branch in the past :-< This is quite a tricky one, as it's CSS related and everyone seems to tweak it a bit....
Given that the uid is created just once in the constructor, and the container div is passed to ```init()```, i'd suspect that you are either re-passing the same container to...
I'm open to the fact that this is a bug. Could I get a reproduction test case based on an example from the repo?
Agree with @ghiscoding, the ```if (grid) { grid.destroy(); }``` is the correct thing to do.
could you post a snippet of what you do? perhaps this code should be called at the start of the ```destroy()``` method.
Can you let us know the example you are using and steps to reproduce?
how about ```forceFitColumns``` ? https://github.com/mleibman/SlickGrid/wiki/Grid-Options
That sounds pretty optimal. Much better than a simple 1/n proportional model. Might be worth posting the code, it could be made a new option or plugin, since it's a...
thanks, saves probably 45 minutes of drudge!