Search
10250 results 3711-3720
Forum
- 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 ); } }) } );
- 1st Feb 2015filter parameter for ajax sourceFIXED IT ! Here's one way of doing it... On the datatables instance add a get parameter to the ajax url on the ajax json source, edit the where condition ->where(ID', $_GET['ID'])
- 28th Jan 2015Loading 2500 rows with Datatable editor taking even with "Breferender"same problem :). $('#example').DataTable( { . . . ajax: { url: "../php/staff.php", type: "POST" }, serverSide:
- 28th Jan 2015Why does the error function option not work as described?var myTable = $('#myTable').DataTable({ ajax: { url: "Test.json", type: 'POST' } }); </script>
- 27th Jan 2015how to use ajax.url(''url").load() for post paramswrite a method to get your data to post data: getMyFormValuesJSONstringified,... ..and onSubmit tableInstance.ajax.reload(); should do the job as long as you don“t need different url...
- 26th Jan 2015Multiple Column Data Distribution on DatatableAll"] ], searchHighlight: true, "ajax": { "url": "../directory/get_employee.php", "type": "POST" }, "columns":
- 23rd Jan 2015insert value from lookup tablethem right into the url! You can then access
- 23rd Jan 2015Populating secondary dropdown (select) contents depending on selected primary dropdown.alert("student id: " + editor.field('ExamBoardResults.StudentID').val()); $.ajax({ url: "includes/GetModuleByStudent.php?studentID=" + editor.field('ExamBoardResults.StudentID').val(), success: function
- 23rd Jan 2015i'm getting oTable(strValue).search.draw() is not a function.true, "serverSide" : true, "ajax" : { "url" : "existingUserListByJson.do?role=" + role + "&type=exist", "type"
- 21st Jan 2015How to setup a Select Filterreplace').dataTable( { dom: "Tfrtip", "ajax": { url: "php/table.replace.php", type: "POST", data: