Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82121

Using a variable for sAjaxSource

$
0
0
I have been struggling with this problem. I want to use a variable that has a Json. I'm using it like this:

[code]
$(document).ready(function () {
var getlist = '<%=output%>';

$('#datatables').dataTable({
"bProcessing": true,
"sAjaxSource": getlist,
"sAjaxDataProp": "people",
"aoColumns": [
{ "mDataProp": "id_name" },
{ "mDataProp": "name" },
{ "mDataProp": "lastname" },
]
});

I have used alert(getlist) and it displays the Json so I know that is working, but there's no info inside the table. Please, if you know how to solve this, I would appreciated it.

Thanks.

Viewing all articles
Browse latest Browse all 82121

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>