Open ivancas84 opened 3 years ago
Ejemplo de referencia
showValor = true; switchValor(){ this.showValor = !this.showValor; if(this.showValor) this.displayedColumns[2] = "valor"; else this.displayedColumns.splice(2,1); }
Ejemplo de referencia