views:

297

answers:

2

How do you display AJAX paginated data using Zend_Framework?

  • Are there any good examples using paginationControl(), ajaxLink() and ajaxContext() helpers?
  • Would you share your implementation?
A: 

Use zfdatagrid - it already handles most of the ajax use cases.

emeraldjava
Thanks. I have already tried it some time ago. This is not an example of good practices. Besides, I need few paginators on one page.
takeshin
A: 

AjaxLink is not suitable to use with paginators. I just wrote my own jQuery actions to attach the ajax actions to the pagination links.

takeshin