Search
18435 results 2741-2750
Forum
- 21st Feb 2017Datatable responsive loaded via ajax columns sizes broken after add record.I don't know if it is good place for such question, maybe forum, or it requires support payment?
- 16th Jan 2017jTable – jQuery Plugin to Create AJAX Based CRUD ,Search,filterTables using dao,bean,servlet in javathanks
- 19th Dec 2016Getting Ajax to work: aData.length is null errorThanks for posting back. Good to hear you have it working now. Allan
- 15th Dec 2016Ajax sourced data - Example page gives JS errors$.fn.jquery "1.5.2" Wow - that's an old version of jQuery :smile:. DataTables requires 1.7 or newer. Allan
- 14th Oct 2016Pagination and ajax functionThanks for your tips. Now it works correctly.
- 30th Sep 2016Server Side Limit of -1 throws ajax errorThat's exactly what should be done. Oddly there was another thread about that earlier today. Allan
- 27th Aug 2016Ajax Json data using some Tables with optionsLooks like I got here a little too late to help. Glad you got it solved though! And welcome to the forums
- 11th Aug 2016How to change error message in lightbox upon Ajax submission error?Great, thanks! Here's what I ended up doing: //... editor.on('submitError', function(e, xhr, err, thrown, data) { if (xhr.status == 400 && xhr.responseText.includes("Unable to login with provided credentials.")) { editor.error('Identifiants incorrects. Veuillez réessayer.'); } }); //...
- 25th Jun 2016Ajax - Requesting remote URL Json File, while get "Invalid JSON response"!Tom, thank your immediate assistance. I started to modify the code, while still failed. As I am new to DataTable, so I will take time to study more and see if I am able to find the code error out. Best Regards BewweB
- 24th Jun 2016Row reorder is not working with ajax dataBy the way. I found the solution in this thread: https://datatables.net//forums/discussion/30214 The final answer shows a working solution; https://jsfiddle.net/k7d68xvb/5/ You have to add the "dataSrc" attribute e.g: rowReorder: {dataSrc: 'positionY'}