Denis Hilt

Results 77 comments of Denis Hilt

@somnath111993 Currently we are making efforts to make [Angular 2+ directive's prototype port](https://github.com/dhilt/ngx-ui-scroll) work. So, the answer is "no", and we are planning only bug-fixing for the near future.

@dpraul Thanks for the issue! Actually we don't have performance measurements in this project, and that's the interesting point. But what we can do now is take a look at...

@dpraul Ok, I published [v3.0.1-passive](https://www.npmjs.com/package/ngx-ui-scroll/v/3.0.1-passive) release, which contains `{ passive: true }` parameter. Could you please try it, maybe do some more research, compare with v3.0.1... I might have time...

@richardmward Thaks for using vscrol and for the issue! If I understand correctly, you want to limit the number of items currently present in the DOM. In that case, you...

@OrkhanAlikhanov Greets and congrats, you are the first issuer of the vscroll repo! Your request seems quite important, but I have one doubt, the point is that the scroller engine...

@OrkhanAlikhanov Well, vscroll v1.0.0 have been just released, a new chapter of this story begins, and I'd love to have `onRender` updates in 1.1.0. Do you have your efforts published...

@OrkhanAlikhanov I looked at your stackblitz. The main problem with `reload` as far as I see is how Vue detects changes. The following is my assumption, not knowledge. The line...

@OrkhanAlikhanov 👍 That's it. On hiding/removal please refer to [this comment](https://github.com/dhilt/vscroll/issues/7#issuecomment-816617507). In two words: a consumer must clean up the DOM, but the Scroller is not sure if it will...

@OrkhanAlikhanov I made some updates in your demo: **https://stackblitz.com/edit/vscroll-vue-integration**. The main point is that the App data is separated from the Vue Scroller component. I had to expose the Datasource...

@cayasso There are a few things related to rendering that you haven't implement in your sample. They vaguely described here: https://github.com/dhilt/vscroll#4-run (invisible positioning and data-sid attribute). It can be done...