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'}],
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'}],