wijmo.grid.c1basefield Namespace > options type : allowSizing Option |
Default value: true
A value indicating whether the column can be sized.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: bool returnsValue = $(".selector").c1basefield("option", "allowSizing"); // Set value var newValue; // Type: bool $(".selector").c1basefield("option", "allowSizing", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [ { allowSizing: true } ] });