Search
10314 results 8091-8100
Forum
- 26th Aug 2016Changing the name of the columns[i] index for server side ajax searchwith: "ajax": { "type": "GET", "url": "...", "data": function(request) { request.page = $("#codeListTable").DataTable().page()
- 26th Aug 2016help !!! now i use page reload, but i want to "datatable" reload only$('.btnadd').bind('click', function(){ //click function to insert data var nis=$('#id').val(); var name=$('#name').val(); var alamat=$('#address').val(); $.ajax({ url: "../controller/student.php/add_student", type:"POST", data:"id="+id+"&name="+name+"&address="+address, success:function(){ alert("data saved"); location.reload(); // not it i want, but datatable reload only } }); $('#id').val(null); $('#name').val(null); $('#address').val(null); });``
- 26th Aug 2016Please help me to refresh jquery datatable after insert (not page refresh but datatable only)id="del">' + "Delete" + '</a>'; } }, ] }); } $.ajax({ url: "../controller/student.php/send_student", method: "POST", dataType:
- 25th Aug 2016Rename language fileswe can use language : { url : locale + '.json' }, in our
- 24th Aug 2016Field Set Value from a different locationa computer name: var url = "/api/cdi_master/GetLogin"; $.get(url, null, function
- 24th Aug 2016Ajax object POST data errorpageSize":10} ); $('mytable') .dataTable({ ajax: { url: "https://qa-api.isha.in/v1/in/contact/api/contact/search", method: "POST", contentType:
- 24th Aug 2016Implementing Alphabet searchLoadDDItems() { var call = $.ajax({ url: _spPageContextInfo.webAbsoluteUrl + "/_api/Web/Lists/GetByTitle('Business Glossary')/items?"+ "$select=Title,Abbreviation,Business_x0020_Definition,Advanced_x0020_Definition,Image,Existing_x0020_Description,Group1,Modified,ID&$top=5000",
- 22nd Aug 2016Button edit not working. Please, help me!true, "serverSide": true, "ajax":{ url :"test.php", // json datasource type:
- 22nd Aug 2016Editor not refreshing properlydriver-list').DataTable( { dom: "Bfrtip", ajax: { url: "../../includes/ajax/load_drivers.php", type: "POST", data:
- 22nd Aug 2016Unable to fetch data from JOIN Tablemytable').DataTable( { dom: "Blfrtip", ajax: { url: "source.php", type: "POST" serverSide: