Hi, guys!
Regarding the pagination component, what do you think about pagination using infinite scroll?
I noticed the docs don’t point in that direction. Does this violates any guide lines?
Looking forward to know your opinion on this matter.
Thanks!
Hello @evertoncanez_ferreira_da_silva,
Could you please elaborate what part of the component you want to scroll.
I.e. what is the use case?
Thanks!
I don’t want to change the current pagination component.
The infinite scrolling would be an implementation on our own and wouldn’t have nothing to do with IX Pagination Component.
Hence my question: Do you guys see any problem in adopting infinite scrolling in our application instead using the current IX Pagination Component?
Hi @evertoncanez_ferreira_da_silva! That is absolutely fine, pagination is just one possible solution. An infinite scroll is also often used, you might also want to consider adding lazy loading to the infinite scroll.
1 Like