I've found that attachment displays do not page when the display that they are attached to is paged.

For example, let's say I have a page display of nodes in an HTML list and below that I want to provide those nodes in a table. I create the page display and use the full pager and attach the attachment to the page display, but when I page through, the table on the bottom never moves from page 1 ($this->pager['current_page'] = 0). I'm probably missing something easy, but I can't for the life of me figure out how to "pass" the current_page from the page display to the attachment display.
Thanks!
Steve

Comments

merlinofchaos’s picture

If you have multiple pagers on the same page they need different element IDs (and will page independently). You cannot tie both an attachment and a regular view to the same pager.

merlinofchaos’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.