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