Search
10111 results 3381-3390
Forum
- 17th Sep 2015Increase loading speeds when making an ajax call to an API.Calling your url directly - i.e. without DataTables - also takes several seconds. http://catalogue.data.gov.bc.ca/api/3/action/package_search?q=sub_org:"e51a8106-11c7-4436-a967-7cee18bfb159"&rows=1000 Are you sure you are calling their api correctly?
- 17th Sep 20151.9 syntax still being used after upgrading to 1.10.xAs the documentation for ajax.dataSrc shows, it is a child property of the ajax option. E.g. use: $("#my_table").dataTable({ ajax: { url: $('#my_table').data('json-source'), dataSrc: "" }, deferRender: true }) The documentation also contains other similar examples. Allan
- 17th Sep 2015Datatables editor not working with datasource as javascript arraybe: ajax: function ( method, url, d, successCallback, errorCallback ) { var
- 17th Sep 2015how to send JSON with javascript from editor to Server?create: $.extend( true, {}, { type:"POST", url: url }), edit: $.extend( true,
- 15th Sep 2015Row.add optionorder": [ [1, "asc"] ], "language": { "url": "vendor/datatables/Russian.json" }, "columnDefs": [{ "targets": [3],
- 12th Sep 2015Question regarding cell data replacement and global or column searchestrue, ajax: { "type": 'POST', "url": '../php/serverSideClientInventory1_join.php', "data": { "clientid": '', }, }, columns:
- 11th Sep 2015error in fnDestroy()dataType": 'json', "type": "GET", "url": lotAjaxBrowseURL, "data":aoData, "cache":false , "success":
- 10th Sep 2015DataTables Editor 1.5.1 Upload not workingbe: ajax: { type: 'POST', url: "../Library/processListObject.php?list=item&itemcategoryid=50&id="+id+"&statusid=" }, I'm not sure
- 9th Sep 2015Excel download with serverside scripts using Buttonsby the user }); }, "ajax": { "url": "/includes/classes/processors/server_processing.php", "data":{ user_id : '', sqlquery:
- 7th Sep 2015jQuery DataTables OData connectorcomes back from that URL and it should work.