Pagination with a POST
I have a field where a user can search in. The user selects an option, then that is posted to a view and returns him with the Filtered results on a new page.
Im not sure how I would paginate this because the data this must be displayed is filtered by the previous post?
T开发者_高级运维o paginate the first one is fine, cause tou have the post and know what to return to the page. But what about page 2 etc? then the post is gone?
Use hidden HTML input fields to keep track values posted from previous post
精彩评论