wijmo.grid Namespace > IColumn Interface : dataType Field |
Column data type. Used to determine the rules for sorting, grouping, aggregate calculation, and so on. Possible values are: "string", "number", "datetime", "currency" and "boolean".
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.grid.IColumn; var value; // Type: string value = instance.dataType; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ dataType: "string" }]});