I am using Yajra Datatable (https://yajrabox.com/docs/laravel-datatables/10.0)
In my local If I use console.log(table.ajax.json())
I can get table.ajax.json().input
and base on this data I perform something. But in server this .input
is not available and it throws error.. any idea?