Search
10111 results 3711-3720
Forum
- 18th Jul 2014Regarding saveState what is the key for the saved state data?data tables on one url... and I re use
- 17th Jul 2014FixedHeaderSo I don't know why, but the problem is in language. When language is taken from url, the FixedHeader can not find some objects.
- 16th Jul 2014Move fnServerData & fnServerParams to the new AJAX method?I would use... "ajax":{ "url": ajaxSession } Same goes for
- 16th Jul 2014Question on "Notice: Undefined index in ...\Editor\Field.php on line 578"want to make the URL public, drop me an
- 16th Jul 2014Inline editing on a DOM sourced table6 } ], ajax: function ( method, url, data, successCallback, errorCallback ) { ... } }); // Activate
- 15th Jul 2014How do I save encoded password entries when using DataTables Editor?HERE. dom: "Tfrtip", ajax: { "url": "php/manageusersEditor.php", // PHP CODE FOR
- 15th Jul 2014Row disappears after I edit the tableajax: "DataTables-1.10.0/extensions/Editor-1.3.1/examples/php/project.php?UID=<? echo $UID ?>", I had to put a variable in the URL that I was sending to the AJAX page. My fault, thanks Allan.
- 14th Jul 2014ServerProcessing and local ajax search using DataTables 1.10I think I got it working after digging into the docs: "processing": true, "serverSide": true, "ajax": { "url": "scripts/recommendations_processing.php", "data": function (d){ d.cid = $('#committee_one').val(); d.mid = $('#ministry_one').val(); d.sid = $('#sector_one').val(); } },
- 10th Jul 2014scrollX show header twice when getting data through server side (bServerSide='true')type: 'POST', dataType: 'json', url: sSource, data: aoData, beforeSend:
- 7th Jul 2014Reload ajax with parametersWhen declaring the AJAX data fields use functions, for example: ajax: { url: 'url.php', type: 'POST', data: { dateDeb: function() { return $('#dateDeb').val() }, dateFin: function() { return $('#dateFin').val() } } }