This is used in MSIE when the contents of a table are instantiated from a database fetch. Each row corresponds to a record and the columns correspond to a field in the record structure.
This property determines how many records are assumed to be in each page full of data. That way the table can be traversed one full page at a time.
The nextPage() and previousPage() methods are used to aid navigation of a table that is paged in this manner.
See also: | TABLE.nextPage(), TABLE.previousPage(), TABLE.refresh() |
Prev | Home | Next |
TABLE.createTHead() | Up | TABLE.deleteCaption() |
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. |