Jason Smith
Jason Smith
This is not a built in feature for the data grid at the moment. It is something I intend to the `source` package at some point but not right now...
I dont have an example of that right now sorry.
Can I see how your data source is integrated into GDG? This isn't fundamentally that hard of a hook to write.
Also how many rows do you really support? The biggest problem with this hook isn't making it work, it's making it scale to millions of rows. If you only care...
Fixed in 6.0.0
After looking into this more. This is caused by accumulated offset errors. For now I do not intend to fix this as smooth scrolling is increasingly the dominant method of...
This is as good as its going to get for a bit in 6.0.0. It now handles ranges much better. We might do more improvements in the future with pattern...
I have not seen any such PR come through. It would also be relatively difficult to properly implement while retaining performance. More freeze regions means more rendering passes.