• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using Page Scroller in Data Table

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
i have a datatable which contains thosands of records. i am getting the datatable.
But i want to have a scroller so that a user sees only a fixed amount of records per page.
Also i would like to have a search facility in datatable.
Can anyone guide me in this??
Thanks in advance..
Anshu Gupta
 
Saloon Keeper
Posts: 27752
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will need to use one of the extension tagset products to do that. Data scrollers aren't part of the core JSF.

MyFaces Tomahawk provides a datatable scroller, as does RichFaces. RichFaces also has an extended datatable tag that supports some table sort and filter capabilities.
reply
    Bookmark Topic Watch Topic
  • New Topic