Search
18452 results 9001-9010
Forum
- 2nd Feb 2015Column widtha table filled with AJAX JSON and I tried
- 2nd Feb 2015update select list based on other select value:-0 Awesome, here is my updated js snippet $('select', editor.field('tblitem.ItemSchoolID').node()).change( function () { var val = editor.field('tblitem.ItemSchoolID').val(); $.ajax ({ url: '/plugins/shop/ajax/ajax_items.php', data: {schoolID: val}, dataType: 'json', success: function (json) { editor.field('tblitem.ItemTypeID').update( json.refitemtypex ); } }) } );
- 31st Jan 2015Retrieving the mysql ID for a newly created row.instance: editor = new $.fn.dataTable.Editor( { ajax: "./php/project.php", table: "#project", idSrc:
- 31st Jan 2015Column filter on server sidedb.php file, that return ajax data, show error: Undefined
- 30th Jan 2015child row problem with new search without page refreshthe information from the ajax query was populated into
- 30th Jan 2015render called twiceprocessing": true, "serverSide": true, "ajax": "/server_processing.php", "columnDefs": [ { "render": function
- 30th Jan 2015Add "data-title" to everydrawCallback" events (I'm using ajax) I will also try
- 30th Jan 2015Add linksto respond to the ajax request from DataTables. $row_array['destination_station']
- 28th Jan 2015insert value from lookup tablesection from within the ajax editor instance, with the
- 28th Jan 2015Loading 2500 rows with Datatable editor taking even with "Breferender"the same problem :). $('#example').DataTable( { . . . ajax: { url: "../php/staff.php", type: "POST"