2.3.1.23 dataPageSize

Quirks Mode, IE7 Mode, IE8 Mode, IE9 Mode, and IE10 Mode (All Versions)

dataPageSize of type long

Sets or retrieves the number of records displayed in a table bound to a data source.

Use the firstPage and lastPage methods to navigate directly to the first and last pages of a data-bound table, respectively. Use the nextPage and previousPage methods to navigate sequentially through the pages of a data-bound table.

This attribute extends the HTMLTableElement interface.

The dataPageSize, firstPage, lastPage, nextPage, and previousPage properties are not supported in IE11 Mode, and EdgeHTML Mode.