Posts by Rafael • 50 points
6 posts
-
1
votes1
answer362
viewsQ: #Vue2 How to obtain inputs from a row in the Vuetify table?
My table is this down, I didn’t put variables because I don’t think you do. I just want to understand how to get all the inputs of a row when I click the button of the same row so I can send with…
-
0
votes1
answer672
viewsA: I can’t send file via post using "Xios"
Are you using localhost? yes, this seems to me php.ini configuration error. If you are using Xampp it is very simple to get to the configuration because xammp already gives this shortcut. if it is…
-
1
votes1
answer121
viewsQ: How to perform a consultation in the bank applying "exceptions" with a relationship?
I need to get all users with "Exceção" those of the function containing the id=2, it is possible? You can fit a Where in that consultation? I have the following consult at the bank Laravel which…
-
0
votes1
answer382
viewsQ: How to save form data to a global obj using Vuex Vue.js with Laravel 5.8
Good guys, in my first component I have this obj ready. export default { data: () => ({ valid: false, campo: { endereco: '', numero: '', bairro: '', cep: '', cidade: '', estado: '', complemento:…
-
-1
votes1
answer31
viewsA: Table Selector with Id
See this example of how the table ID is passed. It’s simple but it’s functional. <table id="tabela"> <tr> <td><input type="checkbox" class="opcao"></td>…
-
1
votes2
answers94
viewsQ: Validation of a form with javascript if at least one of the inputs of the table rows was completed before submitting the form?
Follow the example of the form Note: in each TR(Line) the user need to fill at least one of the inputs. type choose at least one day of the week available. <form> <table id="tabela">…
javascriptasked Rafael 50