Data Tables Coldfusion
Data Tables Coldfusion
Can anyone help me with getting this set up with coldfusion, i am using sql server and want to be able to pull the data from the database, similiar to the php example that is on here... i know its a pain but am a bit desperate to get it working with coldfusion until we migrate across to PHP.
Many thanks in advance
Many thanks in advance
This discussion has been closed.
Replies
Allan
$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "getData.cfm"
} );
} );
but i get the following javascript error;
"DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error."
any ideas?
cheers
Allan