Failed to populate a datatable records
Failed to populate a datatable records
Hello !
I'm trying to fill a datatable jquery
The problem is that I want to do the traditional way without these options
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "scripts / server_processing.php"
I want to do just using php and mysql
but throws javascript error, specifically the
'undefined' is null or not an object
Can anything be done?
Greetings and thank you very much
I'm trying to fill a datatable jquery
The problem is that I want to do the traditional way without these options
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "scripts / server_processing.php"
I want to do just using php and mysql
but throws javascript error, specifically the
'undefined' is null or not an object
Can anything be done?
Greetings and thank you very much
This discussion has been closed.
Replies
Allan