Posts by Grood • 19 points
4 posts
-
0
votes0
answers24
viewsQ: How to perform Join with another bank table, with different Rvers, using Sequelize?
I have a connection with two databases, with different servers, and would like to perform the Join between the tables of the two banks, using querybuilder. Would someone please help me? import…
-
0
votes1
answer25
viewsQ: How to remove duplicate elements in a multidimensional matrix
Could someone please help me, as I do to remove the elements of the duplicated array taken into account the key "Name", however returning from the duplicated Names which has the longest date <?…
-
0
votes1
answer286
viewsQ: how do you call the angular click event using the datatable?
I am having call this function to edit my record but the function is not called using the (click) angle. HTLM:: <sa-datatable [options]="options" paginationLength="true" tableClass="table…
-
0
votes2
answers983
viewsQ: How to return all elements of the Angular array
why is returning only the last position of the array instead of all ??? showChildModal3(Candidato: Candidato) { this.CandidatoService.getCandidatoById(+Candidato.id) .subscribe( data => { for…