Tag: vue.js
-
create dynamics headers in v-data-table with vue js 2
0 I´m traying to do that my header in one column of my table be dynamic. i´m working with vue js 2. i have this object to statics headers: headers: [ { text: ‘Nombre’, value: ‘nombre’ }, { text: ‘Tipo de grupo’, value: ‘tipoGrupo’ }, { text: ‘Actividad’, value: ‘tipoLiquidacion’ }, { text: ‘Número de…