Search
10301 results 3021-3030
Forum
- 28th Apr 2017Editor:Passing a parameter to the where clauseIt now reads: ajax: { url: '../SchoolIndex.php', type: 'POST', data:
- 27th Apr 2017Editor select field with attr exampleeditor_jobgroup_1 = new $.fn.dataTable.Editor ({ ajax: { url: "ajax.php", data: { "user_id": 451
- 27th Apr 2017Howto to resize (thumbnail) on upload file. How to reach the more easy example, for dummies.editor = new $.fn.dataTable.Editor( { ajax: { url: parser_origin + "/_country/spain/v137/lacarte.restaurants.back/alacarte/php/chef_recomd.php", type: "POST",
- 21st Apr 2017Basic initialization questionway of placing a url here that could be
- 20th Apr 2017Why can't I install select extension locally?Can you give me a link to your debugger page (i.e. the unique url it creates) please? I rather suspect that this might be a debugger bug (ironically) rather than one with the build package. Allan
- 19th Apr 2017Different Create, Edit, Delete Error and Success Functionsajax: { create: { "type": "POST", "url": devServerRelativeURL + "TimesheetClocks/", "dataType": "json",
- 18th Apr 2017Problem: Unknown button type: print at datatables.min.js:231:120noteEditor = new $.fn.dataTable.Editor( { ajax: { url: 'php/table.notes.php', data: function(d) { var
- 15th Apr 2017Changing fields based on field in dropdown in editorval, data, callback) { $.ajax({ // url: '/Admin/GetActivities?projectId=' + val, url: '../php/dependant/country.php',
- 14th Apr 2017TypeError: kisditor.fieldkisditor = new $.fn.dataTable.Editor({ ajax: { url: 'php/table.OrderFromCar.php', data: function(d) { var
- 12th Apr 2017Send custom data via ajaxFor Editor, could you try using: editor2 = new $.fn.dataTable.Editor({ ajax: { url: "../ajax/ploegen.php", data: function ( d ) { d.club_id = 1; } }, table: "#example2", please? Thanks, Allan