Author Topic: How Filter Functionality works on Paging, Infinite Scrolling & Lazy Loading?  (Read 1532 times)

Sivakumar

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 32
    • View Profile
Hi,
This is just for information purpose.

I am currently trying to implement a grid with either any of Pagination, Infinite Scrolling or lazy Loading but wondering how the filter functionality works in these three different functionalities?
Is the filter functionality filters on throughout the data or it only works as per the pages in pagination?
Kindly help on this by explaining each category or by providing some links that will guide through this.

Thanks,

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Local paging -> local or remote filtering

https://paramquery.com/pro/demos/filter

https://paramquery.com/pro/demos/filter_local

Remote paging -> remote filtering

Ex of remote filtering: https://paramquery.com/pro/demos/filter_header

Infinite scrolling, Lazy loading -> remote filtering

https://paramquery.com/pro/demos/infinite_scroll

Remote requests: https://paramquery.com/pro/tutorial#topic-remote-requests