Ben McIntyre
Ben McIntyre
That stuff's in `slick.dataview.js`, the totalling around `addTotals()` and eventually the tree is flattened into rows for display at `flattenGroupedRows()` I've been wondering if the bug is to do with...
would be interested if you can tweak the settings on the example page to reproduce this issue
i'm away till sun 17th so won't be getting to it real soon :-)
Can you possibly tweak an example page to reproduce this behaviour?
Don't know if this is any use, but I had similar problems with ```init()``` on hidden grids after I started using Slickgrid. Check out ```cacheCssForHiddenInit()``` and ```restoreCssFromHiddenInit()``` - they are...
Could you check those calls and see if they solve your problems? If so, I'll probably add a 'handleHiddenCssOnScroll' option and call these conditional on the option.
https://github.com/mleibman/SlickGrid/issues/1100#issuecomment-177512028
I think you're not only in the wrong project -this is slickgrid, but even if this were the right project it's an old and dead repo. It's now at https://github.com/6pac/SlickGrid/wiki
Hi lorenzos, I wouldn't worry about it. All the other editors use args. I suspect that in any case if the editor had been destroyed, and the function was called,...