Please who knows how I can solve the datatable error with laravel where draw is zero

Please who knows how I can solve the datatable error with laravel where draw is zero

DevYemiDevYemi Posts: 1Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • kthorngrenkthorngren Posts: 20,993Questions: 26Answers: 4,887

    Since you haven't provided any details I will make some assumptions. The client side Datatables with server side processing enabled never sends draw=0 so I am assuming that the problem is the server script is responding with draw=0.

    Datatalbes doesn't provide a Laravel package. You will need to contact the developer of your server script to debug this issue. Maybe you are using Yajra Datatables library for Laravel.

    If this isn't the issue then please provide more details about the problem.

    Kevin

Sign In or Register to comment.