I would like it to work with pagination, if someone can give me some hints on documentation I can work on it

Thanks in advance

Comments

bojanz’s picture

You want the selection to be remembered when you move to the next page?

gregadup’s picture

Hello,

I have the same problem. I want the selection to be remembered when i move to the next page (using the pager in my view) . Is it possible ?

Thanks in advance

bojanz’s picture

No.

joelpittet’s picture

Issue summary: View changes

I'm playing with this idea... considering adding a $_SESSION variable to keep track of this, that or I hack with getting the pager to submit form_state or just add stuff to a SESSION variable.