Search
18452 results 8861-8870
Forum
- 8th May 2015Editor Create - put UUID in tableI'm using a custom ajax function to align with
- 8th May 2015Refresh data (JSON) from server source -- keep open rows openbefore you make the Ajax request, then once the
- 7th May 2015Editor - How to call from ASP.NET MVC?one was blocking the ajax() GET call to "/Home/EditData".
- 6th May 2015My First datatable@Allan, it worked. On another note, where can I find documentation on when to use aaData and Ajax.
- 6th May 2015Bootstrap DateTimePicker (2) plug-in edit problemvar editor = new $.fn.dataTable.Editor( { "ajax": "php/test_problem.php", "table": "#test_hours", "fields":
- 6th May 2015Server-side column filtering solution using select inputvar returnArray = new Array(); $.ajax({ url: "filter.php", data: "selectedList="+coln,
- 6th May 2015How can I get the selected rows id's and post a form with other fields?table - if it is Ajax sourced, just don't include
- 5th May 2015Editor with serverSide not refreshing row after POST responseHi Allan, Thanks for the help and offer - unfortunately it's locked-down so I can't provide a link (and heavy on the Javascript and ajax so can't recreate it statically) but I've for a work-around for now. Cheers Simon
- 5th May 2015sAjaxSource being ignoredMy HTML: $("#GridView2").dataTable({ "bJQueryUI": true, "sPaginationType": "full_numbers", "bServerSide": true, "sAjaxSource": "Evolucao.aspx/CarregaEvolucao2", "fnServerData": function (sSource, aoData, fnCallback) { $.ajax({ "type": "POST", "dataType": 'json', "contentType": "application/json; charset=utf-8", "url": sSource, "data": "{'sEcho': '" + aoData[0].value + "'}", "success": function (msg) { fnCallback(msg.d); } }); } });
- 5th May 2015Nightly build v1.10.7-dev Build: 16th Apr 2015 kills IE7destroy": true, "serverSide": true, "ajax": function (data, callback, settings)