Denis Hilt

Results 77 comments of Denis Hilt

@cayasso I got your request, it makes sense. So, let me spend some time on it, then I will post an update. Speaking of the reverse order, I'd recommend to...

I have completed a minimal React-vscroll integration demo, it is available by the same link: [https://stackblitz.com/edit/vscroll-react](https://stackblitz.com/edit/vscroll-react?file=src%2Findex.tsx). It provides separation of the App and the Scroller consumer levels. And provides an...

@cayasso The vscroll datasource getter is no more than a javascript function, which implementation is fully in your hands. So inside the `datasource.get` body you need to run querying process...

@cayasso So, as I understand it, new data can appear on the app side without the user having to scroll. In this case, I think the relationship between Scroller and...

@pawelzwronek This is great issue, thank you for raising it. I can confirm that 33,554,428 pixels is the dimensional limit for the Chrome browser. Other browsers have similar limitations. So,...

I checked the 1st approach (splitting 1 big virtual element into a set of smaller elements) and it doesn't work. Of course, that's because the scrollable wrapper remains the same....

@warunaudayanga Hello! Sorry, I must admit I didn't understand anything. Are you sure your problem is related to ngx-ui-scroll? If yes, it would be very useful if you could provide...