Undefined index draw..
Undefined index draw..
silver2018
Posts: 3Questions: 3Answers: 0
Hi, I want to display dataTables in views in MVC pattern in php.
I got this error 'Undefined index draw on line...'
When can I get this error?
Thanks.
This discussion has been closed.
Answers
Sounds like your server-side script is expecting server-side processing parameters, but either the client-side isn't sending them or the server isn't seeing them. Two things to check:
serverSide
Allan