Hi,
I have a vuetify datatable (backend Laravel) which has a filter on a column. I need to fetch the filtered data in the datatable and pass it to backend to generate a pdf.
I tried using current-items event on vuetify datatable but the result was incorrect. It only returns filtered data on first page.
Here is my "https://codepen.io/prasadchinwal5/pen/eYmbvYb"
. Please enter value 500 in the Less than filter under calories column and check the console.
Any help is appreciated.