Questions tagged [angular-cdk-virtual-scroll]

81 questions
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
  • 912
  • 7
  • 20
0
votes
1 answer

How to implement Virtual scroll on material tree grand child level

I have an angular mat-tree with parent, child and grand child level. On clicking of child I am adding grandchild in it. But grandchild having huge data upto 4k records. Which is making tree extremely slow. My code as below
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
  • 383
  • 7
  • 15
0
votes
1 answer

Protractor: counting all elements in a virtual list

I have difficulities counting all elements. It only shows 11 elements at a time. While scrolling down, the first ones get replaced by the next elements. This is what I…
1 2 3 4 5
6