jQuery.wijmo.c1field Namespace > options type : ensurePxWidth Field |
Determines whether to use number type column width as the real width of the column.
Javascript (Usage) | |
---|---|
var value; // Type: bool value = jQuery.wijmo.c1field.options.ensurePxWidth; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ ensurePxWidth: true }]});