Search
10333 results 8091-8100
Forum
- 30th Aug 2016how to update table after CRUD opertionvar url = '@Url.Action("AdminProductSearchGrid", "AdminProductSearch")'; var data1
- 30th Aug 2016Without 'language', API throws an error?table').DataTable({ pageLength : 25, language : { url : '/js/lib/dataTables/en_US.json', processing : "Processing...", search
- 29th Aug 2016ajax.reload() QUESTIONfalse, searching: false, ajax: { url: "dispatch.php?event=cust_client_data_add&first_time=ajax_upload_file_status", type: 'POST' }, columns:
- 28th Aug 2016Ajax function with millions of dataTIME ajax: { type: 'POST', url: 'search.php', dataType: 'json', data:
- 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: