Posts by Rúben Silva • 31 points
4 posts
-
0
votes1
answer265
viewsQ: How to get id of a CRUD element [Codeigniter]
My question is this: I have a CRUD done in CodeIgniter, but the table rows are not in format localhost/crud/produtos/[:num]. In the last column of the table there are action buttons to edit and…
-
2
votes1
answer858
viewsQ: Ionic ng-if comparing values
I’m getting data on a API and I intend to check if percent_change_1h is less than 0, and if so displays a different text color. <ion-row> <ion-col> <ion-label…
-
1
votes0
answers48
viewsQ: Getting data from a JSON Api to a Data View Grid
I am using an Api (Json): API And I would like that when I open the program I automatically obtain the data of the api, in Dataviewgrid, as I can solve? PS: I have already used newsoftjson…
-
0
votes2
answers1991
viewsA: How do I determine the number that appears most often and the position it is in?
My resolution, I used two vectors of 5 positions in vetor1[5] and vetor2[5] because if not, it would not compile the reading of n will have to be mandatory 5, but it is the idea that can change on…