Search
-
Standalone fields, using Node.JS and Parent-Child mySQL Tables
by MarkAndersonUK ·$('#editRD').on( 'click', function () { r_dataEditor .buttons( { label: "Save", fn: function () { this.submit(); } -
data row disappear after inline edit
by kthorngren ·Start by verifying the Editor's response using the browser's network inspector tool. You should see a request and response similar to this doc. Are you seeing the correct response? Maybe post the … -
Maximum columns support by datatables.net
by sarooptrivedi ·// var url = $("#EditUrl").val() + '/' + data["ID"]; var url = $("#EditUrl").val() + '/' + data[0]["ID"]; windo -
Setting href dinamically for buttons in rows to access another razor page.
by mauro89x ·for the buttons above (#pagos, #inscripciones, #editar) to something like // this // a href="Administracion/inscripciones?alumnoId="' + row.alumnoId; -
Fields linked via leftjoin are all required
by allan ·Hi, -
PDO DataTable Footer Callback not working
by Shamaine ·Hi, -
buttons not working after reload
by jamies ·data-toggle="modal" data-target="#editAddressModal" data-address-id="+ full.id +">' + 'Edit' + '</a> '; return $str; } }] / -
Checkbox\Boolean search returns all data if search is blank
by sandy ·Hi @cj1005 , -
Is it possible to use Select2 multiple select with searchBuilder value option?
by sandy ·Hi @Sok Virak , -
after the app was released in azure, the date format is different
by tableFan ·ajax: { url: "/Controller/Method" , type: "POST"}, table: "#editortable", -
Standalone open edit screen but the fields are empty
by itarodrigo ·}); $('#edit').on('click', function(){ editor .title('Alterar cadastro') .buttons('Salvar') -
Select a row from JS
by ostmal ·(function($){ $(document).ready(function() { var Editor = new $.fn.dataTable.Editor( { ajax: '/abc_crm/dt/my/edit_err/edit_err.php', table: '#edit_err', fields: [ -
Error Message - Requested unknown parameter 'branch' for row 352, column 0.
by kthorngren ·The escaped quotes (\") and the quotes around the data array {"data":"[...]"}suggests that the row data is being converted to a JSON string twice in your server script. The … -
Cascading list with leftjoin and Where clause
by SWATswat ·... $('#EditQualite').DataTable( { dom: "Bfrtip", ajax: { url: "Staff_Qualite.php", type: "POST", data: function (d) { -
Cascading list with leftjoin and Where clause
by allan ·to your ajax object for the $('#EditQualite').DataTable( { initialisation object. -
Cascading list with leftjoin and Where clause
by SWATswat ·$(document).ready(function() { editor = new $.fn.dataTable.Editor( { ajax: "Staff_Qualite.php", table: "#EditQualite", fields: [ { label -
Dropdown list with where clause
by SWATswat ·table: "#EditQualiteCoforClient", fields: [ { label: "WHS :", name: "qualite_cofor.id_whs_qco", def: &quo -
Cascading list with leftjoin and Where clause
by SWATswat ·table: "#EditQualite", fields: [ { label: "Date :", name: "qualite_generale.date_qg", type: "datetim -
Need another set pf experienced eyes
by vsek ·// Set initial data $('#edit-name').val(data[1]).focus(); }); // Handle form submission event $('#form-edit').o -
modal does not pop up
by raka_dit ·$('.editPekerja').on('click', function() { $('#editPekerja').modal('show'); $('#id1').val( $(this).data('id')); $('#nama1').val( $(this).data('nama')); $('#nohp1').val( $(this).data('n