I'm using a View (grid with 4 columns).
I need to customize the pager at the bottom to see the next pages.
I want a pager like this: "< 1 2 3 4 >", each number is a View page.
The arrows should slide the numbers to right or left.. i.e. "< 3 4 5 6 >" and they should not have any effect on the pages.. the user can change page only when he clicks on a number.
I was wondering if there is a Drupal module for this, or I should focus on jQuery plugins..
thanks