Search
18504 results 2721-2730
Forum
- 14th May 2018Ajax with hebrew char send to sql serverHi @inonsha, This is probably a UTF-8 issue. Take a look at this thread here, there's a couple of discussion on things to look at. Hope that helps, Cheers, Colin
- 8th May 2018How to send custom header on next of ajax in datatable?Hi @lekusip , You can send customer variables as in this example here. You could tie this in with event handling to see if the navigation buttons were pressed. Cheers, Colin
- 15th Apr 2018Datatables in Angular 5 - 404 Error when using Ajax and Angular wayHi @Sweety, The file, "data.json", needs to be accessible on your site. Probably the easiest way is to copy from their examples, and keep it inside your top-level directory "data" so it means less changes to your examples. Cheers, Colin
- 6th Apr 2018How to cancel previous AJAX calls in DataTables@plazav : nice, sorry, I missed your original reply, but that looks like a good solution :)
- 2nd Apr 2018Editor Generator Ajax Error (7) + Debug InfoAHH! If it was in a PHP double quoted string (") then it would need to be changed to be single quotes (') to have PHP not try to expand a variable (denoted by the $). Fantastic to hear you've got it sorted out! Allan
- 9th Mar 2018Problem Firefox with $.ajaxI send you a pn.
- 7th Mar 2018need snippet for my data table with inline edit feature enabled and without ajaxHi, Here's an example of inline with a submit button. This page discusses inline dropdowns. This page talks about readonly. You're welcome ;) Cheers, Colin
- 25th Jan 2018DataTable Editor Ajax REST APIAdd the other fields to the form as hidden field types. Allan
- 18th Jan 2018Pagination state not saved on ajax reloadYup that's it! Thanks.
- 18th Dec 2017When pipelining data using ajax, how can I refresh table with new data?Best to avoid the settings method if you can! The properties in it are considered to be internal - they can, may and do change between versions. The pipelining code adds a clearPipeline() method to the API so you can simply use: table.clearPipeline(); Allan