Search
10251 results 3371-3380
Forum
- 11th Jan 2016How to keep the sorting with refreshed dataI tried stateSave and it didn't do the trick, but the following configuration parameter did: ajax: { url: "jsonData.json", "dataSrc": function(json) { var a = []; var b = json.Workgroup; a.push(b); b.data = a; return b; } }
- 11th Jan 2016Mjoin options with linked self-referencing tableAPI to modify ajax URL is documented and easy
- 11th Jan 2016NEW, EDIT, DELETE successfully but with error Undefined variable dataparameter to the Ajax URL if you want to
- 8th Jan 2016Server Side Processing not honoring searchDelayhere is the code properly formatted $(document).ready(function () { $('#myTable').DataTable({ fixedHeader: true, ordering: false, pageLength: 50, searching: true, searchDelay: 1000, processing: true, serverSide: true, scrollY: calcDataTableHeight(), scrollX: true, ajax : { url : '/my/url', type : 'POST' }, columns: [ { // column defs here ], fixedColumns: { leftColumns: 1 } }); });
- 8th Jan 2016Server-Side Processing does not redraw the tablebeforeSend": function() {}, "type": "POST", "url": "/generateMatrix", "contentType": 'application/json; charset=utf-8',
- 7th Jan 2016export data to phpone: // Export $('#export').click(function () { $.ajax({ url : 'generaFascetta.php', type : 'post', data
- 7th Jan 2016unable to copy all records while using copy button (not of tabletools)?value $.ajax({ "serverSide": true, url: ajax_object.ajaxurl, //url: 'scripts/server_processing.php', data:
- 6th Jan 2016Dropdown list in column with options from dynamic sourcelt;'row'<'col-md-4'B><'col-md-4'l><'col-md-4'f>>" + "<'row'<'col-sm-12'tr>>" + "<'row'<'col-sm-5'i><'col-sm-7'p>>", ajax: { url: "/blah/api/servicetypes", dataSrc: function(json) { divisions
- 5th Jan 2016Synchronous XMLHttpRequest on the main thread is deprecated...var datatable = $('#mytable').DataTable({ "ajax": { "url": "../procesos/motor_funciones.php", "type": "POST", "data"
- 5th Jan 2016how to get pageLength and displayStart on controller side?It's in the URL for a get, or