When this method is called from your script, the data handler will load the current group of records from the data source and display them in the table cells. The number of records fetched from the database corresponds to the dataPageSize property.
This might be useful if the database is a means of communicating between several users who are accessing the data at the same time. You might set up some means of refreshing automatically with a timeout loop.
Prev | Home | Next |
TABLE.previousPage() | Up | TABLE.rows[] |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |