cols Property
cols is an array of objects describing the ID and type of each column. Each property is an object with the following properties (case-sensitive):
type [Required] Data type of the data in the column. Supports the following string values (examples include the v: property, described later):v:'true'v:7 , v:3.14, v:-55v:'hello'v:new Date(2008, 0, 15)v:new Date(2008, 0, 15, 14, 30, 45)v:[8, 15, 0], v: [6, 12, 1, 144]