Ben McIntyre

Results 308 comments of Ben McIntyre

And I'm still not sure why ```cacheCssForHiddenInit()``` doesn't work. It saves hidden parent element styles, and then sets them to ```position: absolute```, ```visibility: hidden```, ```display: block``` while the ```Init``` process...

Sounds like it might be worth a setting to specify the startup behaviour around this.

@ghiscoding by saving the existing CSS props and then making ```position: absolute```, ```visibility: hidden```, ```display: block```, the code ensures that the grid is not hidden (```display: block```), not visible (```visibility:...

Notes: https://github.com/6pac/SlickGrid/issues/206 https://github.com/6pac/SlickGrid/issues/87 http://slickgrid.net/Activity.html

I remember this one. The reason is that the parent nodes of 11 are being filtered out, so it no longer has a place in the list. This is a...

Happy to merge this to the base Slickgrid if that's straightforward to do.

sorry, i don't think I've ever used it. I'd have to look at the examples to see what it does.

thanks. there are possibly a few discrepancies. I need to feed back some other fixes from my personal repo too, I think, to make the auto-sizing work more smoothly.

My first instinct is to agree that ```selectActiveRow``` is single row selection at all times. However, looking at the linked sample, this is a very useful feature, but it probably...