Posts by JBJ • 1 point
2 posts
-
0
votes2
answers1776
viewsA: Create a table with sorting using Datatable
You can try applying the Datatable after the table has the data, but the correct way to add rows to a Datatable is not to use append, it is the datatables API itself:…
-
0
votes2
answers401
viewsA: Request problem with jQuery ($.ajax) and Angular ($http)
You will have to modify the return of service, since it is a JSONP. Current return: {"error":0,"grupos":[{"Titulo":"A inteligência emocio...} Correct return:…