table.ajax.json().input not showing in server

18 Views Asked by At

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?

Local log

0

There are 0 best solutions below