I have made a laravel query which gets all the data but does not use the where clause for $startdate. Without the start date working it just gets all the data which is not really the idea. Any idea how to fix? Answer Try this:
Tag: vue.js
Display lookup/relational data in a v-data-table with Vue and SQLServer
I created a Node App with Vue.js, Vuetify (Client side of app) and Express (Server side of App) and the data is stored in a SQL Server database (relational database). Everything is up and running on …