Search
18435 results 9091-9100
Forum
- 13th Nov 2014RowID value on createreturned data for the Ajax request. You would then
- 12th Nov 2014Ajax.data - Invalid JSON Primitive ErrorHi all, I found the solution and am posting it here in case someone else encounters the issue. 'ajax': { 'type': 'POST', 'contentType': 'application/json; charset=utf-8', 'url': '@Url.Action("MethodAByName", "QuickStart")', 'data': function (d) { return "{name:'juni'}"; }, 'dataType': 'json', 'dataSrc': '', 'cache': false }
- 12th Nov 2014Feature request: Add settings() API method to editorAgreed - an API to modify the Ajax configuration would be good. Added to the list :-) Allan
- 12th Nov 2014_fnAjaxParameters( oSettings ) returns empty search field for Datethe time of the Ajax request. There is no
- 12th Nov 2014Server side removethat looks like the Ajax response (although it isn't
- 11th Nov 2014DT_RowData not working as manual suggest (sadly)processing: true, serverSide: true, ajax: { url:"/my/url", type:"POST" }, "fnCreatedRow": function(
- 11th Nov 2014modify server dataYou could also use ajax via js to edit
- 7th Nov 2014Do not display hidden columns during page loadingprocessing: true, serverSide: true, ajax: { url:"/my/url", type:"POST" } }); HTML: <table
- 7th Nov 2014server-side put hidden fieldprocessing": true, "serverSide": true, "ajax": "server_processing/contribuintes.php", "order": [[ 2, "asc"
- 7th Nov 2014stateLoadCallback is retrieving state data from server - but table state does not updateCan you link to the page please? My guess is that you are loading using an Ajax request rather than Sjax (i.e. async rather than sync). Allan