Make it possible to use window as the scroll element#73
Make it possible to use window as the scroll element#73rjohnson06 wants to merge 2 commits intoNeXTs:masterfrom
Conversation
|
Hi Why this PR is not merged yet? |
|
I found that using this solutions creates a visual hiccup when the clusters change. UPDATE: This happens because the scroll area doesn't have a |
|
I'm unable to get this example to work, is there a full example somewhere of using the windows scroll bar? or could someone please elaborate on what is required? I have implemented the changes from this PR locally and used the example above but it seems my 'clusterChanged' function is not being called and only able to see first 200 rows. UPDATE: I actually got it working, the issue was I had css: body { overflow: auto; } once I removed that it worked. |
I made getting and setting of the scroll position configurable. This makes it possible to use the window as the scroll element. Using JQuery for setting/getting window scroll position in the below example.