jQuery.wijmo.c1basefield Namespace > options type : width Field |
Determines the width of the column.
Javascript (Usage) | |
---|---|
var value; // Type: any value = jQuery.wijmo.c1basefield.options.width; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [ { width: 150 } ] }); $("#element").wijgrid({ columns: [ { width: "10%" } ]});