← Back to team overview

dhis2-devs team mailing list archive

Re: Pagination patch

 

Hi Jason,

I planed to move this to common ... but...somehow forgot it sorry :(
Will do it  asap.

Something I would like to note here  for  sorting and filter functions.

When we apply the paging,  we need to sort from database, so there will be
many changes in  service  methods.
And for filter function,   this is the most thing I have been worry about .
Because we should not just filter  in current page. I think we need to use
ajax here.
At this point,  filter would be similar to search function, the only
different thing is  it effects on the fly.
When user type  something in filter text box, we get the result from
database, then sort  and paging  that list, then return to the view.

What do you think about this ?

Follow ups

References