ngx-slider icon indicating copy to clipboard operation
ngx-slider copied to clipboard

ngx-slider inside Angular table with pagination

Open Hacklog24 opened this issue 3 years ago • 0 comments

Hi, I am using the library to have sliders inside an angular table with pagination. Sliders are linked to a form group but I have an issue with reading values. As shown in the example below, I can only read the values in the current page displayed by the paginator, but not those present in the next pages. It looks like they don't load until you get there via pagination. Can you help me?

Thanks so much for your time!

Example: https://stackblitz.com/edit/ngx-slider-styled-slider-paginator?file=src/app/app.component.html

Hacklog24 avatar Nov 15 '21 16:11 Hacklog24