Listview, use pager on a different location

I’m using a listview widget, and I need another pager at the bottom of the page.

I’m aware of the ‘template’ property, but I need the pager to be at a totally different location. Is there a way to instantiate a separate pager so I can place it wherever I want?

Not really answering your question, but you could clone the DOM element (after each ajax update, of course)

Yes I thought of that, but that could get ugly since the pager updates using ajax…

Hmm no one?