Questions tagged [pager]
481 questions
3
votes
1 answer
Tabhost with view pager, ClassCast error
I have an activity which populates a scroll view for each day of the week and display them with tabs made on the action bar using view pager. Whenever I go back to a tab that I had already visited I get a class cast error.
This is my log cat. Can…

Haran Sivaram
- 31
- 3
3
votes
1 answer
Symfony Propel Pager - what is the proper way to send it a custom MySQL query?
Here is the query I need to run
SELECT REPLACE(REPLACE(SUBSTRING_INDEX(LOWER(table.url), '/', 3), 'www.', ''), 'http://', '') AS domain FROM table GROUP BY domain
But I'm having trouble passing a query like this to the Propel pager as criteria. I…

thisisrobv
- 189
- 2
- 11
3
votes
1 answer
GWT SimplePager: How to provide tooltip on pagers button like first, last, next, previous?
I am using Custom Pager by extending Simple Pager. GWT version is 2.3
I want to provide tool-tip on SimplePagers button like first, last, next, previous.
How can I achieve this ?
Any help or guidance in this matter would be appreciated.

StackOverFlow
- 4,486
- 12
- 52
- 87
3
votes
2 answers
jQuery Cycle pagination with current/total slide
I'd like to build a jQuery Cycle slideshow with pagination in the format of "current_slide/total_slides" as seen here
I'm assuming I'd use pageAnchorBuilder to show the current and total slide numbers and then onAfter to update the current slide…

Joe B
- 33
- 1
- 3
2
votes
5 answers
how to implement pager in asp.net C#
how to implement data pager in asp.net C# like below image?

vir
- 1,081
- 4
- 19
- 31
2
votes
1 answer
jQuery Cycle - building a custom pager
A relatively (I hope) simple jQuery question:
I have a menu:
2
votes
1 answer
GWT SimplePager : How to provide GoTo Functionality in pager?
I am usign GWT2.3.
We developed CustomPager by overriding SimplePager.
We override createText() method such a way that we are showing string like "Page 1 of 4" using following code
public String createText() {
…

StackOverFlow
- 4,486
- 12
- 52
- 87
2
votes
1 answer
Re-enabling pager buttons on JQGrid
I have a jqgrid with pager buttons that I want to customize and I would like to keep the buttons (next, forward, first and last) from being disabled once the grid is binded (if my initial query only fills one page, the buttons get disabled). I have…

orikon
- 293
- 2
- 8
- 18
2
votes
2 answers
Jetpack compose : Problem while swiping pages in pager compasable
I'm building a registration page with jetpack compose and I have implemented it in a horizontal pager linked with TabRow to display signup and login page respectively
but when I swipe to the other page (login or signup), the next page will build…

Karrar
- 1,273
- 3
- 14
- 30
2
votes
1 answer
GWT CELLTABLE pager How to determine which button is clicked by user?
I am using celltable , GWT2.3.0
How to determine which button is clicked by user ?
Is there any way to find out NEXT,PREV,LAST & FIRST button clicked ?
Any help or guidance in this matter would be appreciated

StackOverFlow
- 4,486
- 12
- 52
- 87
2
votes
1 answer
Add row to a table with tablesorter and pager
I'm trying to add a row dynamically to a tablesorter table with a pager. Whenever i do, all other pages get removed. How can i add it? alternatively, how can i remove the oager from a table and return it to its normal state? that would also help.…

V9801
- 375
- 2
- 11
2
votes
1 answer
jQuery Cycle: Custom Pagination with Previous & Next Buttons
I have a slideshow that requires custom markup for the pagination, which also includes previous & next buttons. I'm using jQuery Cycle, but I'm having trouble working with both a custom pager and previous & next buttons.
This is what I want the end…

kmgdev
- 2,607
- 28
- 41
2
votes
3 answers
Hide/Show Pager in jQuery Cycle
I am using cycle for a product slideshow in shopify. It works great, but I want to hide the pager if there is only one product image available.
Is there a function built into cycle for this?
if not, does anyone know how to return how many product…

krsbrown
- 21
- 5
2
votes
0 answers
Can I send a string to the system pager in Elixir?
I'm writing a little command-line app in Elixir, and trying to display some data in a paged format, similar to e.g. git log.
I've tried to approach this by using Elixir's and Erlang's built-in capabilities to send commands to the shell,…

Niek
- 1,464
- 1
- 17
- 27
2
votes
1 answer
Getting pager to show on magento list
We currently have a quote page which lists all existing quotes that we would like to show the pager.
We have the following code in the List page which we've added the call to the pager but it doesn't appear to be showing frontend at all.
I've also…

Vince P
- 1,781
- 7
- 29
- 67