Search
10111 results 3271-3280
Forum
- 12th Dec 2015Data Rendering - Query The Databasethe link you placed gives a 404. Sorry - there should have been an l at the end of the URL. I've corrected it now. Allan
- 12th Dec 2015error on image upload- Cannot read property 'id' of undefinededitor = new $.fn.dataTable.Editor( { ajax: { url: "/ajax/members.php" }, table: "#example", i
- 11th Dec 2015how can i easily retrieve data from another table when click on a cellvar table = $('#loc').DataTable( { ajax: { url: "ajax/loc.php", type: "POST" }, processing:
- 10th Dec 2015Why is the column search not working after i implemented german.json - File ?var table = $('#krisendatenbank').DataTable({ language: { "url": "<we:url type="document" id="16107" />"
- 10th Dec 2015delete without confirmationHi Allan, I have exactly the same need as Olan, but can I use the piece of code you provided within a RESTful Editor interface like: remove: { type: 'DELETE', url: '../php/rest/remove.php?id=_id_' }
- 9th Dec 2015How to get the id of the selected row?Use url : '/employees/_id_',. See the URL parameters section of the ajax documentation. Allan
- 9th Dec 2015Unable to use DataSrc property of ajax object to convert XML to JSONThanks Allan: I had tried that before, no change to the error. Here is what I had tried: "ajax" : { "dataType": "xml", "url": "http://localhost:8080/overview/map/xmldata.txt", "dataSrc" : function(xmlData) { return JSON.stringify(xmlToJson(xmlData)); } },
- 9th Dec 2015Relative path compared to absolute for language fileJust exactly as you have done. DataTables doesn't do any path processing, it will use the string you give it as the Ajax request URL. Allan
- 8th Dec 2015Editor gives error if your database table has no id columnlt;/table> <script> table=$('#b_hareket_table').DataTable( { ajax: { url: "vendor/api/getFromEditorResults.php", type: 'POST' }, columns:
- 7th Dec 2015Getting native json data from apiJdtIndividualColumnFiltererInitializer() }, Ajax = new JqueryAjaxOptions { Url = Url.Action("JdtGetJson"), Type = "POST" }, Columns