Search
18464 results 8891-8900
Forum
- 28th Apr 2015Editor initialisation is extremely slowwas using this code: ajax: "/php/table.php", so I changed
- 27th Apr 2015handling arrays of data in a single fieldcountries. editor = new $.fn.dataTable.Editor({ ajax: "...", fields: [ { name: "programs", type:
- 27th Apr 2015how to update the dependent() field when editing a recordeditor.on('initEdit', function(e, node, data){ $.ajax ( { url : 'ajax/technicians_json.php', data : { "action"
- 26th Apr 2015Classified Ad Admin Systemof the need of ajax to feed my mobile
- 25th Apr 2015Can i load DataTable as function ?processing": false, "serverSide": false, "ajax": { "url": "../BUS/WebService.asmx/LIST_LOCATION", "dataType": "json",
- 25th Apr 2015update field in (left) joined table ?Thanks Allan. Stupidly, I HAD added the linked table id value (as a foreign key from the parent table) to the Editor ajax page, but not to the editor instance itself. Sweet.
- 25th Apr 2015How to use dependent() to update one select field values from another fieldI use: editor.dependent('e.deptid', function(val,data,callback){ $.ajax ( { url : 'ajax/staffs_json.php', data : { "action"
- 24th Apr 2015Need to refresh table and close the update window after pressing update buttonHi, It looks like you need to add a success function to your $.ajax call. Something like: success: function () { window.close(); } If you are closing the window, why would you update the DataTable, since it is about to disappear? Allan
- 23rd Apr 2015table columns are result of db queryloaded by DataTables' own Ajax call. So if you
- 23rd Apr 2015Initializing DataTable After Div Element Loadedconjunction with the jQuery ajax function... http://api.jquery.com/jquery.ajax/ On your