Posts by Joubert Diego • 11 points
3 posts
-
0
votes0
answers15
viewsQ: Column filter containing relationships return name instead of Vuejs ID
Hello, I have an application Laravel api and front Vuejs, in the employee table I have 2 columns 'Nationality and Subcontractor' that make relationship with their respective tables. Each column has…
-
0
votes1
answer39
viewsQ: return select "related table" in the Format
Hello my application was developed in Modular and as a complement I am using some components of Vuejs. Let’s get to the problem, I have a client table doing relationship with country. In the same…
-
0
votes1
answer341
viewsQ: Modal bootstrap to edit entries in Laravel
Hello, I’m a beginner in PHP/Laravel programming and would like to include a modal for the registration and editing of database records. Follow the example: In my index.blade.php I have:…