Search
18437 results 8851-8860
Forum
- 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)
- 5th May 2015How to use inline editor without server-processYou can use the ajax option to override the
- 4th May 2015DataTables Editor onEscYou could use formOptions.main if you are using the main editing form: var editor = new $.fn.Editor( { ajax: "php/staff.php", table: "#myTable", formOptions: { main: { onEsc: 'none' } } } ); See also the onEsc documentation. Allan
- 2nd May 2015How to dynamically update options for a dropdown list?initEdit event, I use Ajax to pull a list
- 1st May 2015Adding progress load icon to ajax.url().load requestdt; $(document).ready(function() { dt = $('#dt_id').DataTable( { ajax: "t_load.php", dom: "rtiS", scrollY:
- 30th Apr 2015ColReorder draggingour items via an ajax request $.ajax({ url: url