Skip to Main Content

Paging and Search in List View

3033788Apr 29 2020 — edited Apr 29 2020

JET version: 8

ListView

Using Collections

Paging:

I am trying to implement paging and search with list view. With paging, I am looking to implement server side paging, Most of the paging examples are client side paging..

I need to know how to send the max id (should I just query this from collection)? back to fetch the next set of data. I have seen a lot of examples in cook book but nothing is clear to me.

Is there a good example with rest and server side paging?

Search:

For search, I tried to use the sticky header search example but the I get an error saying comparator is not a function.

Any pointers appreciated please.

Comments
Post Details
Added on Apr 29 2020
2 comments
79 views