jQuery.wijmo.c1band Namespace > options type : allowSizing Field |
Default value: true
A value indicating whether the column can be sized.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.c1band.options.allowSizing; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [ { allowSizing: true } ] });