Posts by Tiago Martins • 69 points
7 posts
-
0
votes2
answers107
viewsQ: SQL result in columns
I have an appointment Oracle SQL that returns the records per row, and I wanted to turn that into column. I did a search and find that the Pivot does this, but I don’t know how to use it, someone…
-
1
votes2
answers321
viewsQ: Send and receive array via jQuery
I am unable to send and read an array via jQuery, could help me? My sending is like this: var tipoAtividade = $('#arrayTipoAtividade:checked').serialize(); The variable type Activity is receiving…
-
1
votes0
answers201
viewsQ: Menu mobile bootstrap version not back to normal
I have an application with a bootstrap menu, but when it is in the mobile version that I click on some link in the menu, it does not go back to normal (back), it is the same way as I clicked. He…
-
2
votes1
answer626
viewsQ: Datatable Server Side does no paging, sorting, or searching
beauty? So, I am passing the processing of my datatable to serverside, due to extreme slowness with high data volume. The data is being returned via json Find perfectly, however, paging, sorting and…
phpasked Tiago Martins 69 -
0
votes1
answer245
viewsQ: Field <input> superimposing calendar field
Good morning!! I have the following problem, I have an icon text field, but when I select the calendar field below, the input field is overwriting the calendar field. Any idea what it might be??…
phpasked Tiago Martins 69 -
0
votes1
answer255
viewsQ: Disable page while loading Progress bar
Good afternoon, you guys! I have a progress bar which is used to indicate the loading of the page. It is implemented through css and js. I would like to know how to disable the page body until the…
phpasked Tiago Martins 69 -
2
votes1
answer2251
viewsQ: Use if/Else condition inside a while
Good morning!! I’m in need of some help. In the code below, I submit a file .txt delimited by ";". However, within the While, in the array, I would like to include a condition, example: while (…