jQuery.wijmo.wijgrid Namespace > options type : totalRows Field |
Default value: 0
Gets or sets the virtual number of items in the wijgrid and enables custom paging. Setting option to a positive value activates custom paging, the number of displayed rows and the total number of pages will be determined by the totalRows and pageSize values.
Javascript (Usage) | |
---|---|
var value; // Type: number value = jQuery.wijmo.wijgrid.options.totalRows; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ totalRows: -1 });