CalvinSlusarski / Knockout-handsontable

Knockout Custom Binding Handler for handsontable.
15 stars 5 forks source link

cell types showing all as string #2

Closed papablopo closed 11 years ago

papablopo commented 11 years ago

when I use the type property of the columns, they are not set, showing all as string columns: [ {data: 'codigo', type: 'numeric'}, {data: 'descripcion'}, {data: 'fecha_ini', type: 'date'}, {data: 'fecha_fin', type: 'date'}, {data: 'tipo_tiempo', type: 'autocomplete', source: ['H','M']}, {data: 'valor'}, {data: 'prioridad',type: 'numeric'}],

papablopo commented 11 years ago

fixed i sent a pull request for this