Search
10314 results 81-90
Forum
- 23rd Mar 2016Pipelined Ajax and Changing URLResolved: The url value needs to be the entire pipeline function, not just the 'url' that you want $('#myButton').on('click', function() { if(example.ajax.url() != 'scripts/secondary_server_processing.php') { tblSublist.clearPipeline(); tblSublist.ajax.url( $.fn.dataTable.pipeline ({ url: 'scripts/secondary_server_processing.php', pages: 5 }) ).load(); }
- 27th Jan 2016Add function for URL sluggetFormatter. Something like: Field::inst( 'URL' ) ->getFormatter( 'URLify::filter') but I
- 11th Dec 2015Render a URL link on column in Editor datatableHi Resolved my issue by adding the following: Field::inst( 'id' ), to my PHP file and then referenced using " + full.id + " in the URL
- 28th Nov 2015How to construct url when asking data from Google spreadsheetfill in the complete url you get when you
- 16th Nov 2015Set a different URL for uploadMany fieldto set a separate URL for how the file
- 5th Nov 2015how to dynamically change the url ajax?var table; $('#example').DataTable( { "ajax": { "url": "http://192.168.6.251:3000/clienti", "dataSrc": "" }, prerender:true, "language":
- 16th Oct 2015reloading new ajax urlclick on the network URL and open it has
- 11th Aug 2015Change AJAX urlmiss any: 1) Dynamic URL / adding GET parameters: Probably
- 7th Jul 2015window.open() rather than ajax urljson ) { if ( json.printrun != "" ) { var url = 'pdf/valvelabel.php?printrun=' + json.printrun ; window.open( url,
- 4th Sep 2014Is it possible to restrict what parameters are posted on the ajax urla function. $(table).DataTable({ "ajax": { "url": 'url_here', "data": function(dataToSend) { return