Questions tagged [datascroller]

Use this tag for questions related to dataScroller, a scroller for UIData components

Quoting Apache's page:

Scroller for UIData components eg. dataTable Must be nested inside footer facet of dataTable OR for attribute must be given so that corresponding uiData can be found. Unless otherwise specified, all attributes accept static values or EL expressions. A component which works together with a UIData component to allow a user to view a large list of data one "page" at a time, and navigate between pages.

is usually used along with the , so think about whether you should use it or not.

37 questions
1
vote
1 answer

Problem in updating page wise total in JSF datatable when using RichFaces datascroller

I am creating a datatable in my JSF page which shows the footer for every column with the total of values in the column page wise. I am using Richfaces datascroller for paging. When I click next page in richfaces datascroller I need to update my…
mvg
  • 1,574
  • 4
  • 37
  • 63
1
vote
4 answers

and problem

I am developing a Seam-Jsfv1.2-EJB3 web app. I have a datatable and checkboxes in each row. Moreover, I have a datascroller at the bottom of my table as well. My problem is when I click the next page number from the scroller, the selected…
javatar
  • 4,542
  • 14
  • 50
  • 67
1
vote
0 answers

richfaces DataScroller not working

I am trying to implement datascroller in richfaces 3.1.4 with JSF 1.2 but the datascroller is not working properly though it is showing the no of pages.Here is the code :
vinay
  • 11
  • 3
1
vote
2 answers

JSF PrimeFaces DataScroller with Lazy Loading and no pagination (infinite scroll)

Since it's a new component, it might not be as stable. Has anyone managed to implement this data scroller with lazy loading using an actual data source (e.g. DB)? index.xhtml
Georgian
  • 8,795
  • 8
  • 46
  • 87
1
vote
2 answers

How to get the current page number of dataTable using Jquery

I have tried the solutions provided in rich:dataTable paging - marking visited pages of rich:datascroller but it didn't work with rich faces 4.3.4. I have also tried page attribute of data scroller. Here's my code implementing page attribute of…
Mubin Shrestha
  • 398
  • 3
  • 22
1
vote
1 answer

Usage of multiple dataTables with a dataScroller each leads to dataScroller malfunction

I have a JSF page with three dataTables. Each of them has an associated dataScroller. When viewing the page only the last dataScroller (on the bottom) works. The others only load the page selected on the last dataTable when selecting any page in…
jplatasv
  • 155
  • 3
  • 18
1
vote
0 answers

t:dataScroller variables not updating when t:datascroller is before t:dataTable

t:dataScroller variables not updating when t:datascroller is before t:dataTable I've spent some time looking for an answer here as well as other sites, but haven't come across anyone else with the same problem, let alone suggested answers. I…
1
vote
2 answers

Richfaces: component rich:dataScroller doesn't work

i'm using richfaces 3.3.3 I've a rich:dataTable inside another rich:dataTable and both have a rich:dataScroller but the inner doesn't work:
Davide
  • 131
  • 5
  • 18
0
votes
1 answer

can't make tomahawk dataScroller work with hibernate pages

I have a jsf page with a dataTable which has a dataScroller footer. The actual db table is huge and the table works when I get all the rows. But it is very slow due to the size. The backend uses java and hibernate and I can do paging there. Is there…
corneliu
  • 656
  • 13
  • 37
0
votes
1 answer

Hide rich:dataScroller Page Numbers

Is it possible to hide the page numbers shown by the rich:dataScroller?
Anubhav Ranjan
  • 1,558
  • 3
  • 18
  • 32
0
votes
1 answer

p:datascroller only lazyload one time

We have implement the datascroller from primefaces and extend it with lazy=true this works fine for the first lazy loading. But when I scroll down no event is fired from Frontend. The Backend works as expected. I test it with changing the chunk…
tbere
  • 105
  • 1
  • 10
0
votes
0 answers

Hide rich:datascroller when page is 1

I have same method for search and pagination. where when we have list of record for 8 pages. Suppose if you make change in search crieteria and after that if you select new page number 6, then a4j:support will be invoke and update page number and…
0
votes
1 answer

RichFaces: How to reset page in datascroller after changes of values in dataTable

I have rich:datascroller for my rich:dataTable which is working well except that when I am on any page number (let say 5) and do a search operation (or any operation which renders the dataTable). Pagination will still show page 5, but I want it to…
0
votes
1 answer

rich:dataScroller seems to still load all the data without pagination

I'm trying to implement pagination for a project that loads a large set of data from the database. I've done a lot of searching on the internet already to get db-pagination to work, but for some reason I still don't get it working the way I…
Century
  • 283
  • 1
  • 4
  • 22
0
votes
1 answer

Getting properties of in backing bean

How can I get the following properties of a in my backing bean? page index (on which page in a pagination I am on) page count page index first row index last row index I tried component binding, but everything just…
Farhan stands with Palestine
  • 13,890
  • 13
  • 58
  • 105