| Author |
JTable question
|
Ben Muk
Greenhorn
Joined: Jul 07, 2003
Posts: 1
|
|
I am displaying data from an oracle database using JTable, due to the large resultset I need to say display the first 20 rows and provide the option to get the next 20 records. Any ideas, samples, examples would be appreciated. Thanks Ben benmukoro@yahoo.co.uk
|
 |
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
|
|
Cache the data on the server. Provide navigation buttons to go through the data. << < > >> << Start < Previous XX > Next XX >> End
|
 |
 |
|
|
subject: JTable question
|
|
|