wijmo.grid Namespace > wijgrid type : setSize Method |
Javascript (Usage) | |
---|---|
$(function () { // Parameters var width; // Type: undefined var height; // Type: undefined $(".selector").wijgrid("setSize", width, height); }); |
$("#element").wijgrid("setSize", 200, 200);