$(function () { // Parameters var width; // Type: undefined var height; // Type: undefined $(".selector").wijgrid("setSize", width, height); });
Parameters
- width
- Determines the width of the grid.
- height
- Determines the height of the grid.
$(function () { // Parameters var width; // Type: undefined var height; // Type: undefined $(".selector").wijgrid("setSize", width, height); });
$("#element").wijgrid("setSize", 200, 200);