Search
10302 results 4211-4220
Forum
- 19th Oct 2012Copy and export failed with special charsets (with example) ("Uncaught SyntaxError: Unexpected")Thanks Allan. In above url http://jsfiddle.net/a57zn/3/ , because of special charasets, the copy function can't work, is this also related with AlivePDF?
- 18th Oct 2012After deleting row from datatable, the datatable cannot updatefunction fnDeleteRow(id, sDeleteURL,tablo_row_id) { ... $.ajax({ 'url': sURL, 'type': properties.sDeleteHttpMethod, 'data':
- 18th Oct 2012Loading Gif while datatable buildssWebURL2 = ""; $.ajax({ type: "POST", url: "http://XXXX/XXXX/XXXX.XXXX/CreateRUOverviewTable", data: JSON.stringify({ sWebURL:
- 15th Oct 2012Drill-Down Rows w/ Static ContentdataType": 'json', "type": "POST", "url": sSource, "data": aoData, beforeSend:
- 15th Oct 2012cell overflow problemthe fix was to assign a classname to the column using sClass [code] { "sClass": "url"} [/code] and then within the page view add a style definition for url [code] .url { max-width: 170px; word-wrap: break-word; } [/code]
- 15th Oct 2012Export to Excel - Willing to helpdiv#loading").hide(); alert('ok'); }, failCallback: function(responseHtml, url) { $("div#loading").hide(); alert('Error while generating
- 14th Oct 2012Using server side processing on datatabletells DataTables what the URL for the data is
- 9th Oct 2012DataTables not getting refreshed with change of JSON data thru jQuery ajax()code] $.ajax({ type : "POST", url : url, data:MODEL, success : function(data)
- 3rd Oct 2012server state save/load problemsolved. i have set fnStateSave to return json : [code] "fnStateSave": function (oSettings, oData) { $.ajax( { "url": "/table/state-save", "data": 'jsonData=' + JSON.stringify(oData)", "dataType": "json", "method": "POST" "success": function () {} } ); [/code]
- 1st Oct 2012ajax deep linkingto update the history / url. It would also need