wijmo.grid.wijgrid 名前空間 > options タイプ : pageSize フィールド |
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: number returnsValue = $(".selector").wijgrid("option", "pageSize"); //値を設定します var newValue; //タイプ: number $(".selector").wijgrid("option", "pageSize", newValue); }); |
Javascript (Specification) | |
---|---|
|
// The pageSize here sets 5 rows to a page. // Set the allowPaging option to true to make paging buttons appear. $("#element").wijgrid({ allowPaging: true, pageSize: 5 });
このオプションを有効にするには、allowPaging を true に設定します。
「ページング」のサンプルに、すべてのページオプションのデモがあります。
options タイプ
allowPaging オプション
pageIndex オプション
pagerSettings オプション
scrollMode オプション
wijgrid jQuery ウィジェット