Search
18452 results 8881-8890
Forum
- 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
- 21st Apr 2015POST - Column Data - Not mapping correctlyJust to clarify, it does display data when client-side processing? It looks like it is from the debugger. When server-side processing however, it isn't working as the Ajax response doesn't contain the data required by server-side processing. Allan
- 20th Apr 2015Is there a "post save" callback after Editor creates an entry into the databaseHi, did you mean postSubmit Event => Ajax request has been completed, and data retrieved from the server (http://editor.datatables.net/reference/event/postSubmit) you find this under http://editor.datatables.net/reference/event/