Search
10333 results 1771-1780
Forum
- 30th Apr 2020How to get date column to sort acs/desc when clicking on the column headerorder": [[5, "desc"]], "ajax": { "url": "/Home/GetData", "type": "GET", "datatype":
- 30th Apr 2020Custom form and AJAX search APIthe ajax option. ajax: { url: "https://gavs.it/rmidev/domestic_list", type: "POST", "data":
- 29th Apr 2020How to render data after Button Ajax Call?fails due to the URL. http://live.datatables.net/xuyaheva/2/edit If this doesn't
- 27th Apr 2020Client Side Sorting , but table values are picking from Server SideForms").serialize(); $.ajax({ type: "GET", url: '/GetDetails?' + str,--Controller success: function
- 27th Apr 2020How to pass a variable from php to the server-side editorThis is how it works for me. ajax: { url: '../assets/dt/php/table.names.php', data: function(d){ d.territory = 'L-140'; } } PHP: ->where( 'names.territory', $_GET['territory'])
- 26th Apr 2020How to use flask framework to render the html, send JSON data and have ajax update table@kthorngren - A side note, is that the test case tools are great but I don't have a production url for the data ("url": "/indlist"). Is there a trick that emulates the json data returned from the ajax database call?
- 26th Apr 2020Child Row with Parent Row with Matching Columnsloading' ) .text( 'Loading...' ); $.ajax( { url: '/myAjaxCall', success: function ( msg
- 25th Apr 2020row-reordered with serverside processing through ajax call does not behave as expectedI updated the Ajax URL to use a SSP
- 25th Apr 2020How can I set a language file as default?document).ready( function () { $.extend($.fn.dataTable.defaults, { language: { url: "https://cdn.datatables.net/plug-ins/1.10.20/i18n/German.json" } }); } ); var table = $('#example').DataTable();
- 24th Apr 2020I have to order a table, but the numbers are coming in string and not int?I hope you guys can help, bc im really stuck with this is what I try but is not working this.dtOptions = { destroy: true, displayLength: 50, paging: false, order: [], language: { url: './assets/json/datatable.spanish.json' }, columnDefs: [{'orderable': true, 'targets': 'sort'}] };