Ben McIntyre
Ben McIntyre
Sorry, I feel like it would be good for me to show some leadership here and make an executive decision around removing treeColumns or making it good. However I'm neck...
thank you @aasdkl !!! let's get rid of ```treeColumns``` then. I think adding a nested data structure for that feature is way overkill and will only unnecessarily complicate things.
My 2c - in setColumns() should we just iterate sortcols and remove any missing column ids? This would mean that the hidden column was removed from the sort, but it...
I think this can be removed, it's a feature that is still needing a bit of tweaking, so I think I left it in as a memory jogger. Looks like...
I've been staying out of this one, mainly because I use my own customised version of the grid, and a different customised DataView that doesn't have a lot of the...
Unfortunately, those are not things I changed. If anything, the UI capabilities are much less than the current grid. I don't have the split grid or the details view at...
Hey folks, is this still relevant or should I close it?
sure, that makes sense.
I have been working through 2.3.8 and 2.3.9. Looks like scrolling handling was introduced in 2.3.9, but I'm not quite sure what the problem is yet. It's not CSS, and...
$headerScroller .on("scroll", handleHeaderScroll) was introduced. also function measureScrollbar() was modified significantly, can't imagine that would be the problem though.