How do you display AJAX paginated data using Zend_Framework?
- Are there any good examples using
paginationControl(),ajaxLink()andajaxContext()helpers? - Would you share your implementation?
How do you display AJAX paginated data using Zend_Framework?
paginationControl(), ajaxLink() and ajaxContext() helpers?AjaxLink is not suitable to use with paginators. I just wrote my own jQuery actions to attach the ajax actions to the pagination links.