TABLE.dataPageSize (Property)

Part of the data-binding model in MSIE that maps table rows to database rows.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyTABLE.dataPageSize

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