Denis Hilt
Denis Hilt
Well, basically it is the case https://www.crockford.com/code.html > Each group of statements (except the default) should end with break, return, or throw. Though it still can be treated as an...
@Climax777 It's a great issue and currently we don't have such a functionality. Marking this issue with "Enhancement" label. By the way, if you know the exact number of items...
@mahdi8731 Hi! Though we have had more flexibility since 2018, it is still impossible to build floating rows UI without a lot of extra efforts. And I'm not sure if...
The case does make sense, absolutely. According to the [UIScroll Workflow](https://github.com/dhilt/ngx-ui-scroll/wiki/The-UIScroll-Workflow), each Adapter call raises at least 1 inner loop cycle which is asynchronous and takes at least 1 browser...
I'm ready to suggest an approach for in-place items reordering by using [Adapter fix-updater method](https://dhilt.github.io/ngx-ui-scroll/#/experimental#adapter-fix-updater). Assumptions: - we have `first` and `last` indexes which correspond to moving the "first" item...
@muchbetterug Thanks for using ngx-ui-scroll! Speaking of real scrolling, the library handles native scroll event on init ([link](https://github.com/dhilt/vscroll/blob/aad999492e3b0d68883098fdaa31fa4b8d317f05/src/classes/domRoutines.ts#L197)) and periodically forces scroll position to jump back when there are new...
@muchbetterug I'm not sure about searching a solution for your particular case, but as I mentioned, it should be possible to enhance scroll behaviour on the viewport level without regard...
@philly-vanilly Thanks for the issue! Looking through Material CDK Virtual scrolling documentation, I would say that current ngx-ui-scroll approach correlates with "Virtual scroll with a custom data source" ("Specifying data")...
@HadiAyoub I'm keeping this issue in mind, though there are not so many requests on it. Right now all my time is being spent on [vscroll](https://github.com/dhilt/vscroll) finalization, it will be...
@dabcat Yes, this is known issue – https://stackoverflow.com/a/50161881/3211932 (posted it 10 days ago). You are absolutely right, we should allow tables syntax, so I put the "enhancement" tag and will...