Search
10314 results 2691-2700
Forum
- 5th Jan 2018No server side select data with Always visible editing panelI found a simple fix doing: { label:'Branch', name:'applicationForm.branchID', type:'select' }, ........ editor.dependent('applicationForm.branchID', function(val,data,callback){ $.ajax ( { url : 'application/includes/php/getBranchData.php', data : { "_" : $.now() }, type : 'post', dataType : 'json', success : function ( json ) { console.log(json) editor.field('applicationForm.branchID').update(json); // editor.field('work.areaID').val(json.selected) //console.log("area: "+json.selected); } }); }); I would have preferred the other way seeing it is cleaner.
- 4th Jan 2018Server side pagination doesn't workDid you follow the steps at the URL provided? What are the results? Are you returning the JSON data as described here: https://datatables.net/manual/server-side#Returned-data Kevin
- 4th Jan 2018Datatable search box not working for table?example: "ajax" : { type : "POST", url : "data", dataSrc : "", } How many
- 4th Jan 2018How to prevent XSS when using columns.render to render e.g. a link?meta); return '<a href="' + /* url goes here */ + '"> + sanitized
- 4th Jan 2018Server-side searching or filtering won't work (fnServerData+LINQ+DataTableParser)json', "contentType": "application/json; charset=utf-8", "url": sSource, "data": aoData, "success":
- 3rd Jan 2018too SLOW issueYes, as the example. I use ajax like following setting $('#mytable').DataTable( { dom: 'Bfrtip', ajax: { url: "php/mytable.php", type: "POST" }, serverSide: true, columns: [ ..............
- 30th Dec 2017Function visible() - Very slowform[name="filters"]'); $.extend(data, _form.serializeAssoc()); $.ajax({ url: 'myurl', type: 'post', data:
- 29th Dec 2017how to set a different timeout?ajax: { url: "pages/masterdata/templates/php/table.masterdata.php", timeout: 60000 } can be used to specify your own timeout. The above is for 1 minute. Allan
- 28th Dec 2017MJoin tablesvisible:false,targets:0} ], dom: 'Bfrtip', ajax: { url: '/api/AdjustmentTable', type: "post", ** data:function(data){
- 28th Dec 2017File upload always failsoh.. I Am sorry ... the second URL was wrong.. but I figured it out myself... was a problem with ID that is return after the image is updated... Thanks for checking though...!!!