Search
10286 results 2661-2670
Forum
- 9th Jan 2018How to make render() work independently when user- or application-filtering?is omitted in the url above): I'm familiar with
- 7th Jan 2018Button in DataTables@rf1234 and how to add URL to the button ?
- 6th Jan 2018Adding a class to a row on DataTables initializationtblCashFlow').DataTable({ dom: "Bfrltip", ajax: { url: 'actions.php?action=tblCashFlow', type: 'POST', data:
- 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: