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
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
Comment #1
bojanz commentedYou want the selection to be remembered when you move to the next page?
Comment #2
gregadup commentedHello,
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
Comment #3
bojanz commentedNo.
Comment #4
joelpittetI'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.