Error when executing..
Error when executing..
SynapseUser
Posts: 11Questions: 3Answers: 0
Hi I recently posted in the "free forum" about an issue I am having with Datatables. I then decided to purchase a license and hoped that it may give me access to the priority support ? If I am wrong - then forgive me = not sure how the system works.
Anyway, here is a link to my original post. If you want me to re-post t here in full I can
https://datatables.net/forums/discussion/52819/no-data-displayed-just-says-processing/p1?new=1
Thanks.
This discussion has been closed.
Answers
I assume you mean you have purchased a licence for the DT Editor.
If so, then A. priority support is an entirely separate issue, and B. according to your HTML code you are not actually using the Editor.
You need to supply more information. How are you initialising DataTables? How are you calling your PHP file?
I clicked the link that implied it was for datatables here : https://datatables.net/purchase/index
No, I am not using the editor, just working from the examples posted. Here is the situation ..
So I am unsure how to call datatables, I have tried several ways - but none will work with my existing PhP file.
Here is my last attempt ..
The HTML file
//=============================================================
<!DOCTYPE html>
Here is the output from my PhP file
[{"DEVICEID":"ALAN"},{"DEVICEID":"BOB"}]
Here is what I do know..
I can only imagine that the way I am calling / configuring datatables is not correct.
Thanks for response,,
For completeness - here is the actual PhP script I am using ..
Its ok, I figure it out - thanks