Posts by victor • 5 points
4 posts
-
-2
votes2
answers235
viewsQ: Doubt Flutter: Listview
Good morning! Could someone assist me in a doubt? What am I doing: I did a search for the user to search for an Infringement or Attachments etc in the app, and soon after the action on the keyboard…
-
-1
votes1
answer118
viewsQ: Doubt Flutter: Listview duplicate data
Good morning! Could someone assist me in a doubt? What am I doing: I made a search for the user to search for an Infraction in the app, and right after the action on the keyboard I redirect it to…
-
0
votes2
answers31
viewsA: Question: Ajax access object
For those who have the same question I spent a $.each to go through again $(document).ready(function () { $.ajax({ type: 'GET', url: "/api/vendedor", dataType: "json", }).done(function (data) { var…
-
-1
votes2
answers31
viewsQ: Question: Ajax access object
Good evening, folks. Could you help me with a question. I have set up an ajax so that I can update the table asynchronously, but I cannot access the ajax return Object. my code: <script…