Questions tagged [simplepager]

13 questions
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
2
votes
1 answer

How to show (1-15) of 50 records on a page using jquery pagination

I'm using the jquery ui simplePagination plugin, and I'm trying to display the number of current record on the page. I have something like this: The feature I'm trying to achieve here is the 'Showing 1-15 of 50' ( these are the items on one page…
user2942566
  • 455
  • 4
  • 10
  • 22
2
votes
2 answers

Display SimplePager Pagination menu both at the top and bottom of the data

I have some data that I'm displaying in a CellTable which is inside a SimplePager. The pagination navigation options are shown in the bottom, I was wondering if it would be possible to show these on the top as well as the bottom of the data. I want…
nikhil
  • 8,925
  • 21
  • 62
  • 102
1
vote
2 answers

Gwt Simple pager issues with a column sort handler

I have set up an AsyncDataProvider for my CellTable and added it to a SimplePager. I have hooked up a ListHandler to take care of sorting based on a column. When I click the header of that column, the data doesn't change but on going to the…
nikhil
  • 8,925
  • 21
  • 62
  • 102
0
votes
0 answers

GWT SimplePager problem, not showing lastPageButton (Pagination)

I have a problem related to gwt pagination. When I am using simplepager from gwt to instantiate a pager the lastPage button doesnt appear. But the buttons of PrevPage, nextPage, firstPage, and Fastforward do appear. I am using the constructor that…
Varox
  • 333
  • 1
  • 5
  • 17
0
votes
1 answer

GWT DataTable with SimplePager freezed after DataProvider modification

I've got a strange problem with SimplePager of DataTable in GWT 2.7.0 I created a DataTable in the View in this way: private void initCellTable() { pecMessageCellTable = new CellTable<>(); dataProvider = new ListDataProvider<>(); …
D. Pesc.
  • 196
  • 15
0
votes
1 answer

GWT DataGrid with SimplePager, Last Page Issue

I'm using GWT DataGrid with SimplePager to show a my Data, The Component shows the first pages correctly, but the last page shows always 10 rows (10 = SimplePager.pagesize) even if we have less then 10 rows to display. AnyOne have an idea about…
Med
  • 3
  • 2
0
votes
1 answer

GWT/Gwtbootstrap3 - How to limit the numbers on a pagination pages

I have a GWT/Gwtbootstrap3 project with a CellTable and a Pagination. Everything works like a charm, but when I get many pages, my pagination widget just get bigger and bigger on the page. How do I limit the numbers on the pagination widget, so it…
kellelein
  • 113
  • 1
  • 9
0
votes
1 answer

GWT SimplePager - not displaying buttons

I have a DataGrid that I want to add pagination to. Following the example from the docs, I have: dataProvider.addDataDisplay(resultsGrid); // Create a Pager to control the table. SimplePager.Resources pagerResources =…
betseyb
  • 1,302
  • 2
  • 18
  • 37
0
votes
1 answer

How to pass generic hrefPrefix in SimplePagination Jquery?

I was recently looking at dynamic paging through javascript in an asp.net application. I am across Simple Pagination - SimplePagination I could integrate it into my application easily and I loved it. But now I have come across a problem and I dunno…
0
votes
1 answer

Percentage-based fast forward button in GWT SimplePager

I have a working CellTable with SimplePager attached, and have enabled fast forward button due to large number of rows. The number of rows can vary quite a bit, and it makes more sense to advance forward proportional to total table size - e.g. 10%…
Alok
  • 516
  • 11
  • 26
0
votes
2 answers

GWT celltable Simple pager Next and previous buttons

I am working on a CellTable with a SimplePager. My paging works fine in the sense when i set the page size to be 5 only 5 records are being displayed. My question is that do next and previous buttons come by default or do we have to configure them.…
Saritha
  • 181
  • 17
0
votes
1 answer

Unexpected behavior with SimplePager

I have a SimplePager in UiBinder (GWT 2.4): In the corresponding…
Nick Heiner
  • 119,074
  • 188
  • 476
  • 699