代碼來構建wijgrid:如何設置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人usless大概還有設置wijgrid的寬度要像100%,沒有其他的話題