wijgrid を構築するコード:
// Construct the grid
$("#wijgridObject").wijgrid({
allowPaging: true,
allowSorting: true,
pageSize: gridTotalRows,
pagerSettings: { position: "bottom" },
allowColMoving: false,
columnResizing: false,
allowColSizing: false,
data: currentLayer.GridObjects,
showFilter: true,
rowStyleFormatter: function (args)
{
...
},
columns: gridColumnGroupings
});
Wijmo グリッドの幅を設定するにはどうすればよいですか? 私のものは、ブラウザウィンドウの幅で自動入力されていないようです....
Wijmo の人は役に立たず、wijgrid の幅を 100% のように設定することについて他にトピックはありません。