| 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
|
|
|