Posts by ThiMoreira • 35 points
4 posts
-
0
votes1
answer44
viewsQ: Promise Node js
I make 3 HTTPS nodejs requests to an API also in Node, each Promise performs a task and these Promises I am passing several information on their body, one of these information needs to be an ID.…
-
1
votes1
answer59
viewsQ: Autocomplete does not work on adding remove inputs
I am developing a quotation form and in it I add and remove lines to register products and in each line there are two autocomplete fields, where search the product by code or by name. The first line…
-
1
votes1
answer74
viewsA: Query string paging with codeigniter
RESOLVED AS FOLLOWS: As the problem was to identify what would be the number of the pagination, so I did it this way, I do not know if it is the best, but it worked for me: $state =…
-
1
votes1
answer74
viewsQ: Query string paging with codeigniter
How do I search with pagination using query string in Codeigniter? I’m trying to search in the documentation but couldn’t find it! I have following scenario:…