Search
10314 results 2451-2460
Forum
- 31st Jul 2018Editor join array fails with server side processing.example').DataTable( { dom: "Bfrtip", ajax: { url: "/api/joinArray", type: 'POST' }, columns:
- 31st Jul 2018Java server side cannot process requests of contentType "www-form-urlencoded" from Editor Ajax callIs sending the data as raw JSON an option? Most server-side environments have that ability and I assume Spring is no exception. You can use: ajax: { url: ..., data: function ( d ) { return JSON.stringify( d ); } } in Editor's configuration to do that. Allan
- 28th Jul 2018How to get data retrieved by the previous draw in drawCallbackIf all you are interested in is the time stamp then I would do this dataFilter : function(response) { var data = JSON.parse(response); sessionStorage.setItem("timestamp", data.timestamp); }, ajax: { url: blahblah, data: function(req){ req.timestamp = sessionStorage.getItem("timestamp"); return req; } }
- 27th Jul 2018dependent fields updating correctly, but not registering when updating formAccept': 'application/json', 'Content-Type': 'application/json' }, url: '/api/CondField/FieldARefs', type: 'GET', datatype:
- 27th Jul 2018Datatable Editor modal doesn't close after "Create" is pressed.edit: function ( method, url, data, success, error ) { //data.data[0].status
- 27th Jul 2018Horizontal Scrolljust last question Kevin... how can I pass to "ajax": { "url": "../YieldUP/Stiuazioni/LoadListaStorico", "data": <----- ???????, "type": "POST", "datatype": "json" }, all my model, added to usual params? (mean my model and draw, etc etc)
- 27th Jul 2018Alerting data from a cell when it is clicked upon throws 'TypeError: data is undefined'e) { $.ajax({ type: 'post', url: '/user_request', data: $('#user_selection_form').serialize(), success:
- 26th Jul 2018Print Image Issue with IEsource rather than a url. Allan
- 26th Jul 2018Uncaught TypeError: Cannot read property 'style' of undefinedSuppQuoteId != "") { $.ajax({ type : "POST", url : "getPRheaderDetail.htm", data : "SuppQuoteId=" + SuppQuoteId,
- 26th Jul 2018export excel throws an error when trying to open in Internet ExplorerThanks for the quick response. If you can link me the URL for the above-mentioned version it would be helpful. Pankaj Sharma