Search
10285 results 3111-3120
Forum
- 3rd Jan 2017Custom search fields in datatablesI find my answer :smile: var table = $('#my-table').DataTable({ serverSide: true, ajax:{ "url" : '{{ url('user/transaction/ajax') }}', "data" : function (d) { d.id = '{{ $id }}'; d.type = '{{ $type }}'; d.ref_code = $('#ref_code').val(); } } , }); $('#ref_code').keyup( function() { table.draw(); } ); I hope this helps someone else...
- 3rd Jan 2017Using standalone editor, select/select2 is not populated with datafunction(e, node, data){ $.ajax ( { url : 'classes/companytypes_crud.php', type : 'post', dataType
- 2nd Jan 2017Two tables, one page...hTable.destroy(); } hTable = $('#tbl-admin-holes').DataTable( { language: { "url": "js/helpers/Swedish.json" }, dom: 'B<"clear"><"hToolbar">rtlip', responsive:
- 29th Dec 2016Datatables Export data to Excel IssuesPartial answer to 1 - Not being a jquery user I found this URL to explain certain aspects https://api.jquery.com/category/selectors/. I still need to understand the tags row c r. Question 2 still open.
- 28th Dec 2016DataTable Editor - With ASP.Net MVCvar table = $('#dt_contractors').DataTable({ ajax: { url: "/api/TENDERCONTRACT/Contractors", type: 'POST' }, only
- 28th Dec 2016dependent select box in editorfn.dataTable.Editor({ table: '#accountRecs', ajax: "{% url 'delta_cdm_app:account_model_update' %}", fields: [ { label: "State",
- 22nd Dec 2016How do you make a call to MVC Web API from Javascript for Datatables?????insuranceNumber = $("#insuranceNumber").val(); $('#example').DataTable( { "ajax": { url: "/api/PatientData/SearchPatientRecord", "data": { 'patientName': patientLName,
- 22nd Dec 2016Passing input variables server processingLo solucione asi: ` "ajax": { 'type': 'POST', 'url': 'server_processing.php', 'data': function ( d ) { d.extra = $("#medio").val(); d.otro = $('select[name=cbo_filtro]').val(); d.fecha_cob = $("#fecha_cob").val(); alert(d.fecha_cob); d.fecha_cob_h = $("#fecha_cob_h").val(); alert(d.fecha_cob_h); } }, `
- 21st Dec 2016Stop Editor Update From Using Placeholder Valuesfalse, scrollY: 500, ajax: { url: "servers_table.php", type: 'POST' }, columns:
- 21st Dec 2016[EDITOR] Populate table filtering by fieldexample').DataTable( { dom: "Bfrtip", ajax: { url: '../php/staff.php', type: "POST", data: