Search
10251 results 3721-3730
Forum
- 21st Jan 2015How to setup a Select Filterreplace').dataTable( { dom: "Tfrtip", "ajax": { url: "php/table.replace.php", type: "POST", data:
- 20th Jan 2015how to send data from datatables editor as json?editor = new $.fn.dataTable.Editor( { ajax: { url: '...', data: function ( d ) { return
- 19th Jan 2015initialize dataTable does not workvar baseUrl = getBaseUrl(); var url = baseUrl + "../WebServices/ProjectManagementServices.svc/GetAllProjects"; $.ajax({ type:
- 19th Jan 2015Inline editing code confusions@yhangel.07 - You would change the ajax address to whatever the URL is for where you want DataTables (and also possibly Editor) to make the Ajax request to get the data. Allan
- 18th Jan 2015row.add() and DT_RowID with dom table?me i have: $.ajax({ url: "tratarGestor.php?acao=inserirCat", type: "POST", data:
- 17th Jan 2015Getting Selected row/rows DataGets all data } $.ajax( { "url": oConfig.sAjaxUrl, "data": [ { "name": "tableData",
- 17th Jan 2015Server Side Question. How do I send POST variables to the Ajax page?I have this: $('#example').dataTable( { "processing": true, "serverSide": true, "ajax": { "url": "../includes/views/DetailsTableJSON.php", "type": "POST" } } ); and i have input fields bellow, in the HTML. Am I missing something? those input fields aren't being passed to the serverside page as POST data.
- 17th Jan 2015Okay I'm trying to get this to work server side with what I have. help?true, "serverSide": true, "ajax": { "url": "../includes/views/DetailsTableJSON.php", "type": "POST" } } ); -----the
- 16th Jan 2015cant load json data - Uncaught TypeError: Cannot read property 'length' of undefinedThank you very much Allan, now load the json file correctly, this is the final script: $('#example').dataTable( { "ajax": { "url": "js/notice.json", "dataSrc": "noticeArray" }, "columns": [ { "data": "title" }, { "data": "id" }, { "data": "subtitle" }, { "data": "urlImg" }, { "data": "urlImgXl" }, { "data": "detail" }, { "data": "type" }, { "data": "info" } ] } );
- 15th Jan 2015Updating Select list in Editor popup containerclick(function() { $.ajax({ type: "POST", url: "lib/title_test.php", dataType:'json', success: function(