All Questions
Tagged with laravel-datatables ajax
2 questions
2
votes
1
answer
87
views
Server does not return JSON
In development, the server returns JSON. But in production it does not return JSON. I found that in production, browser does not send X-Requested-With header.
In development - Note the X-Requested-...
-1
votes
1
answer
831
views
Laravel Datatables - Error with undefined function
I am facing an issues bring Datatables into my existing laravel application.
I have follow a couple of videos and getting stuck.
I have the following in my MembersController.php file
namespace App\...