-
I like the infinite scroll, but being interrupted isn't. I'd like to have a way to "mark as read" until a specific element (this, or automatically mark as read anything that's been scrolled away from …
-
Anyone knows how to make it display multiple images at once, similar to a scroll?
Like the example in https://pub.dev/packages/infinite_carousel
-
When a url is used with the paged set in as a param, you can not access the previous pages.
it would be nice to show a "Previous posts" button even if using infinite scroll to render them
-
``` js
const _tickertags = angular.module('tickertags', [
'ngInfiniteScroll',
'templateCache',
'ui.mask', // https://github.com/angular-ui/ui-mask
'ui.router', …
-
I don't see where the "correct" place to ask about features or help or support etc. So anyway, here is:
How can I initiate a search that will continue scrolling the page until the text is found or …
-
Infinite scroll logic should fire when the browser resizes.
How to repro:
1) Open the infinite scrolling page when the browser height is very small.
2) Resize the browser to make it much taller…
-
I'm using the Reactjs version, and instead of using infinity on the `Page`, I'm using it on the `div`, and don't know how to add the scroll event.
I know it's a useful [hyperlink][1], but I won't u…
-
create a implementation of the autocomplete component from [mui](https://mui.com/material-ui/react-autocomplete/#search-as-you-type) that allows for autocomplete searching, has the 'search as you type…
-
When using itemscontrol, listview, and listbox to implement dynamic data loading, there may be limitations with scrollbars.
The specific situation is that when the data volume is 1 million, 100 r…
-
### Element UI version
2.14.1
### OS/Browsers version
window 10 . chrome 87.0.4270.0 (正式版本)
### Vue version
2.6.12
### Reproduction Link
https://jsfiddle.net/cty41wnf/3/
### Steps…