DataTables Debug
by AlexLvovsky
HTML
<script src="//cdn.datatables.net/1.10.2/js/jquery.dataTables.min.js"></script>
<link rel="stylesheet" href="//cdn.datatables.net/1.10.2/css/jquery.dataTables.min.css">
<body>
On the dev server this setup is causing the data to return as arrays of rendered data instead of data objects.
<p><button onclick="test_api();">Test API</button></p>
<p><button onclick="playground();"> API Playground</button></p>
<div id="table1">
<table id="test_same_table_id"></table>
</div>
<div id="table2">
<table id="test_same_table_id"></table>
</div>
</body>
CoffeeScript
DATA = {
"meta": {
"limit": 10,
"next": "/api/v1/audience/?draw=1&order_by=description&shared_audiences=true&limit=10&offset=10&stats=false",
"offset": 0,
"previous": null,
"total_count": 18
},
"objects": [{
"advertisers": [],
"audience_count": null,
"audience_count_24_hours": null,
"created": "2014-07-23T13:36:20.143626",
"description": "11111111111111111111111111111",
"is_shared": false,
"pixel_url": "http://www.test.com/",
"resource_uri": "/api/v1/audience/1f38f69d2b57d9c/",
"slug": "1f38f69d2b57d9c",
"updated": "2014-07-23T13:38:42.561136",
"user": "/api/v1/user/ted/"
}, {
"advertisers": [],
"audience_count": null,
"audience_count_24_hours": null,
"created": "2012-10-01T13:05:07.249353",
"description": "AMG Landing Page",
"is_shared": false,
"pixel_url": "http://americangirlfashionshows.com/www.americangirlfashionshows.com/landingpage.html",
"resource_uri": "/api/v1/audience/1df4cf0be3b9176/",
"slug": "1df4cf0be3b9176",
"updated": "2012-10-01T13:05:07.304078",
"user": "/api/v1/user/ted/"
}, {
"advertisers": [],
"audience_count": null,
"audience_count_24_hours": null,
"created": "2012-08-31T14:17:11.739677",
"description": "amg olm",
"is_shared": false,
"pixel_url": "http://www.americangirlfashionshows.com/Welcome.html",
"resource_uri": "/api/v1/audience/1de59bc0f28ad77/",
"slug": "1de59bc0f28ad77",
"updated": "2012-08-31T14:17:11.810803",
"user": "/api/v1/user/ted/"
}, {
"advertisers": [],
"audience_count": null,
"audience_count_24_hours": null,
"created": "2012-10-01T13:03:16.173312",
"description": "AMG Thank you page",
"is_shared": false,
"pixel_url": "http://americangirlfashionshows.com/www.americangirlfashionshows.com/Thank_You.html",
"resource_uri": "/api/v1/audience/1df4cee2b624f45/",
"slug": "1df4cee2b624f45",
"updated": "2012-10-01T13:03:16.216454",
"user": "/api/v1/user/ted/"
}, {
"advertisers": [],
"audience_count":...