Hi I'm trying to get the collection length value running the service query inside a function. But I'm not getting it because it only takes on the correct value after finishing the function using this code inside of del_lista() function: this.Apperyio.execDataService(this, "notas_QS5"); Now...
Hi Im trying change a class of an element Grid, runing inside a function the following code. document.getElementById('Micro_tr').changeClass="corrigir_fixar_header"; in CSS .corrigir_fixar_header { margin:auto; margin-top: 120px; } But, nothing change. What I need to do to work? Ionic 3