Posts by Giovani Oliveira • 13 points
3 posts
-
1
votes3
answers218
viewsQ: Problem with JS/Jquery/JSON/AJAX
I’m having some problems with JSON in my application and wanted to see if you can help me, please. The situation is as follows: I have a method in my controller that searches some items:…
-
0
votes1
answer186
viewsA: Problem with Datatables ID
Solution found: I changed the type of selecting table items using: "select": { style: 'multi' }, At the click of the button, I did the following to get the ID’s: for (var i = 0; i <…
-
0
votes1
answer186
viewsQ: Problem with Datatables ID
I’m doing a project and I have a question/problem... I have a Datatables with the following content: "aoColumns": [ {"sTitle": "<input type='checkbox' class='pull-left'…