Questions tagged [angular-cdk-virtual-scroll]

116 questions
0
votes
1 answer

Angular virtual scroll: prepend new items when new data streams in with Microsoft SignalR

Currently I'm using Microsoft SignalR for live updates on my data and whenever new data comes in, I would like it to be added to the existing virtual list while removing that entry from where it was. Essentially how do you unshift with virtual…
0
votes
0 answers

Implement Virtual scrolling in angular 5

How do I implement Virtual Scroll in angular 5? I tried this Implement Virtual scrolling in angular 6 in angular 5 project but this didn't work. Is there any other way to implement virtual scroll in angular 5? lets say I have a component displaying…
0
votes
0 answers

Is it possible to use angular virtual list with rows of items?

using angular 8, i have a list of thousands of cards which i want to view them effectivly while scrolling, with 4 or more cards per row (using wrap) and still use the virtual scroll feature. as far as my tries go i can have more then 1 item per…
0
votes
1 answer

How can I use angular cdk v7 in angular 6?

I am working on a project using angular version 6 in which I have a large list of images so I want to add cdk-virtual-scrlling, but If I am updating cdk version then it shows error. So how can I use cdk-virtual-scrolling in angular 6.
0
votes
1 answer

sorting does not works with Virtual scrolling custom data source

Angular 8 brings really cool feature to implement virtual scroll. They have provide example here regarding usage of it. Although, its really difficult implement with mat-table. I have been working on to implement virtual scroll on mat-table and…
Harshad Vekariya
  • 972
  • 1
  • 7
  • 28
0
votes
1 answer

Angular CDK Virtual Scrolling remove item from list

In the Angular CDK virtual Scrolling I'm using a list and adding items to the list from a button and it works. I'm having another button to remove item from the list but the UI is not refreshed with the removed content. list:…
S A R
  • 146
  • 3
  • 20
0
votes
1 answer

Adapting existing ng-container tree into virtual tree

I have a very, very bare minimal tree, that sometimes needs to render thousands upon thousands of elements. This results in some very poor performance, so the site gets quite laggy. I instead opted to try out cdk-virtual-scroll-viewport, but I…
MortenMoulder
  • 6,138
  • 11
  • 60
  • 116
0
votes
1 answer

Radio button inside virtual scrolling angular 7 selecting multiple radio buttons

I am using virtual scrolling feature of angular 7. I am trying to add input type radio inside virtual scroll bar. So multiple radio button are getting selected when we do the scrolling. Any help appreciated.
0
votes
1 answer

how to use scrollbar with DragAndDrop in Angular 8

Im create one app with drag and drop that are correct but when the user add items after the 10 items the drag grows too much and you can't see the other itema This app is for to choose the order from dinamically modules, the app use angular…
0
votes
2 answers

cdk-virtual-scroll-viewport hide scrollbar on firefox version 63.0

I want to hide scrollbar of cdk-virtual-scroll element but can't find a way. this is what i have done so far but its not working for firefox. working fine in chrome. this is my css file cdk-virtual-scroll-viewport::-webkit-scrollbar { width:…
Palak Jadav
  • 1,202
  • 1
  • 11
  • 23
0
votes
1 answer

is it possible to use cdk virtual scroll in ngbaccordion

Need to know is it possible to use this new feature @angular/cdk/scrolling in a specific accordion like ng-bootstrap's (in mat-accordion it is…
Den Kerny
  • 562
  • 10
  • 18
1 2 3 4 5 6 7
8