vue-virtual-scroller icon indicating copy to clipboard operation
vue-virtual-scroller copied to clipboard

⚡️ Blazing fast scrolling for any amount of data

Results 221 vue-virtual-scroller issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

### Describe the bug can vie-virtual-scroller work with el-form/el-table? ### Reproduction I used the code snippet below, but it seems not work as expected: ### System Info ```shell vue3 ```...

question

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

### Describe the bug I insert data continuously to the bottom of the list, and immediately scroll to the bottom after inserting the data. There will be a screen flicker...

bug

### Describe the bug elements are shown and overlap other items ### Reproduction ```js export default { computed: { chatMsgList() { let list = this.$store.state.chat.chatMsgList; if (list.length > 200) {...

bug

### Describe the bug I am currently using the RecycleScroller alongside the Ionic Framework. Mixing it with an IonList and IonItem's, gives some weird `translateWidth(itemHeight*100px)` in the first of the...

bug

### Describe the bug I create a table where each row is wrapped by DynamicScrollerItem. My task is to do a sticky column. I use `position: sticky` to make specific...

help wanted

### Describe the bug Hi all, I have a weird situation whereby when I add a new message/nodes to the end of my array the content showing is actually the...

bug

My rows have textarea, which can be dragged to resize I'm using mutationObserver to detect the size change and update data on the component and I'm passing this data field...