Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ynoth25's avatar

Laravel Inertia and VueJS Query data

I want to query data from database using 3 dropdown values as filters and update props / data in the blade. My current code is:

generateData: function (data){ this.$inertia.get(this.route('report.generate'),{ data:data, onSuccess:(res) => { // this.records=res.records.data; //alert(res.received.data); } }) } But it keep giving me white popup some sort of modal. Please Help.

0 likes
0 replies

Please or to participate in this conversation.