Search
10314 results 2161-2170
Forum
- 29th Apr 2019Is there a way to submit entire web page after creating new row in Editor?Listen for submitComplete and use window.location to navigate to another url if you need to. Allan
- 28th Apr 2019multi-user concurrent system editingfor those ids $.ajax( { url: config.editor.ajax().editRefresh.url, type: 'post', dataType:
- 26th Apr 2019Parent-Child linked tables.are using two different URLs. This is the first
- 26th Apr 2019Parent Child Files.usersEditor = new $.fn.dataTable.Editor( { ajax: { url: 'php/table.users2.php', data: function ( d
- 25th Apr 2019Passing value with a minus symbol does not seem to work ...code. For example: "ajax": { "url": "data-singlecard.php", "data": { "job": "getsinglecard",
- 19th Apr 2019Getting error on row.add()my data from a url, where I uploaded my
- 19th Apr 2019columnDefs return url_for with parameter errors 'data' is undefinedThis is one way to resolve the issue: <script> $(document).ready(function() { $('#table_data').dataTable({ "order": [[1, "desc"]], "columnDefs": [{ "targets": 0, "data": "download_link", "render": function (data, type, row, meta) { let url = "{{ url_for('confirmation_page', data='DATA') }}".replace('DATA', data); return '<a href="' + url + '">'+data+'</a>'; } }] })}); </script>
- 16th Apr 2019Download Database File (MVC App)Hi @Greenmoor , Yep, exactly that. Either you have to expose the files so that a URL on the client would be able to access them, or you'll need a server-side script that responds to a GET. Cheers, Colin
- 14th Apr 2019Ajax.reload callback function doesn't wait until xhr completes.I see the same behavior that @grozni describes in that the callback function to reload() seems to receive the previous json results. Too reproduce the example, the ajax url must be sending different data for this to be apparent.
- 14th Apr 2019Enable button on row selectprojTable').dataTable( { processing: true, "ajax": { url: 'http://localhost:3001/v1', type: "Get", dataSrc: