kohinoor2007
Programmer
Hi Guys,
I intend to use the following paging model implemented with the table when handling large amounts of data.
The table shows only 100 entries at a time in the table.The next or previous 100 entries are got by clicking the corner buttons("Down" or "Up" buttons) in the scroll pane.
I want the table to behave in a different way ,without this corner buttons.
[1]The scrollbars should look in a way that the Table is filled with all the data's.Can we mimic the Tablemodel to do something like this?
[2]The table should be filled with the next 100 or previous 100 entries while scrolling up & down the table, either using the scroll bar,the arrow buttons in the scroll bar or when he selects a row in the table and uses the up,down arrow keys of the keyboard.
For the end user, the behaviour of the Table is as if the whole list of data is loaded into the Table.
Is this possible or what could be done to achieve something close to this...What shoule be changed in the PagingModel.Java file
Thanks
P
I intend to use the following paging model implemented with the table when handling large amounts of data.
The table shows only 100 entries at a time in the table.The next or previous 100 entries are got by clicking the corner buttons("Down" or "Up" buttons) in the scroll pane.
I want the table to behave in a different way ,without this corner buttons.
[1]The scrollbars should look in a way that the Table is filled with all the data's.Can we mimic the Tablemodel to do something like this?
[2]The table should be filled with the next 100 or previous 100 entries while scrolling up & down the table, either using the scroll bar,the arrow buttons in the scroll bar or when he selects a row in the table and uses the up,down arrow keys of the keyboard.
For the end user, the behaviour of the Table is as if the whole list of data is loaded into the Table.
Is this possible or what could be done to achieve something close to this...What shoule be changed in the PagingModel.Java file
Thanks
P