Posts by Thamyt • 21 points
2 posts
-
0
votes1
answer1124
viewsA: Passing data from a table to an Laravel and Ajax modal
As a solution I concatenated the code of Eloquent that I was trying to pass to the modal. Before: '<td><a class="teste detalhes" data-toggle="modal" data-target="#detalhes"…
-
2
votes1
answer1124
viewsQ: Passing data from a table to an Laravel and Ajax modal
I have a table that brings my results from a search via Ajax. But I need to open a modal with more details about the table items, but I can’t pass the data to the modal. Follow the code: Contents of…