File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Displaying Table rows page wise Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Displaying Table rows page wise" Watch "Displaying Table rows page wise" New topic
Author

Displaying Table rows page wise

Dharmendra Sharma
Greenhorn

Joined: Apr 08, 2004
Posts: 6
Hi All,
I have to display more no of row in table. Is there any way to display rows page bye page? And Is there any way of implimenting print option for particular page displayed through table? Please any one help me out.
thanks
dkumar_sharma
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
Are you talking you want to do a paging type of deal where you show records 1 10 10, 10-20 on seperate pages??
I am not sure what you are asking.
Eric
Dharmendra Sharma
Greenhorn

Joined: Apr 08, 2004
Posts: 6
Hi Eric,
Actuly i am generating raport in html/jsp format. So what ever the result is coming its showing in full stech, if the resultset gives 100 rows, its showing all. I need to restrict this in cutomized way, so that it dispays only specified limit and even i will be able to display the page no, and printing can be done for page specified. This is what i want, please help me out.
thanks
dkumar
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15003
My 2 cents:
You should do it all on the server side since you can rely on that to restrict how many records should appear.
 
 
subject: Displaying Table rows page wise
 
Threads others viewed
style property value detection
the simplest way to make table's row in different color
Using Vectors
How to put Swing components in a JSP page?
very very low performance while exporting large amount of data to excel
developer file tools