Server-Side Search and Pagination

Server-Side Search and Pagination

paulvpaulv Posts: 2Questions: 1Answers: 0

I am using the provided search feature and I pass the search value to the server. The search works great and returns the results I expect. The only problem I have is that pagination is not resetting to reflect the search results. I've looked for a search callback where I could force a draw but nothing was obvious. Any suggestions on how to handle this?

Thanks

Answers

  • paulvpaulv Posts: 2Questions: 1Answers: 0

    Sorry. Operator error. I was returning a faulty count to the pager.

This discussion has been closed.