Search
10111 results 3741-3750
Forum
- 4th Jun 2014Why? - Uncaught Unable to automatically determine field from source. Please specify the field namedataType": 'json', "type": "POST", "url": sSource, "data": aoData, "success":
- 30th May 2014Getting data back out of a datatable and submitting it as jsonoSettings.jqXHR = $.ajax({ dataType: 'json', url: sSource, accepts: "application/json", headers:
- 30th May 2014Add Watermark to Search Boxsome properties like the url that the JSON data
- 28th May 2014custom http variables - 1.10true, "serverSide": true, "ajax": { "url": "scripts/server_processing.php", "type": "POST", "data":
- 27th May 2014Way for server side DataTable to write JSON to server in 1.10?here Example: $('table').dataTable ({ 'ajax' : { 'url': 'serverSideTableProviderPage', 'type': 'POST', 'contentType':
- 25th May 2014Trouble processing JSON data returned from AJAX callWorked it out: In the AJAX call the datatype must be explicitly declared as JSON. $.ajax({ url : "/PHP/employeeData.php", type : 'post', data : {'key':employeeKey} , dataType : "JSON" //additional line }).
- 24th May 2014ajax load results in "NetworkError: 405 Method Not Allowed"The server must be configured to disallow GET requests to that URL or some other misconfiguration. I'd suggest you look at the server's error logs. Allan
- 22nd May 2014Loading with ajax => disables sorting iconsa server via a URL, then my sort icons
- 22nd May 2014TypeError: oSettings.aoColumns[iColumn] is undefinedjson', "type" : "GET", "cache":false, "url" : sSource, "data" : aoData, "success":
- 21st May 2014Changing HTML/DOM table and need to redraw DataTableOne more follow-up question if I may... URL: http://beachcarolina.com/event-tickets/ My buttons seem to work correctly while on "Page 1" and do not when reaching "Page 2" and beyond (e.g. pagination buttons at bottom). What am I doing wrong?