Search
-
lengthMenu not work with Editor 2.0.0
by SWATswat ·table: "#EditETP", fields: [ { label: "Date :", name: "date_nbre_etp_productivite", type: "readonly& -
Only in screenwidth above 991px table.row(this).data() returns undefined
by ernie999 ·'#btn-edit', function () { $("#editEmployee").modal('show'); var editEmployID = table.row(this).data().employeeID; $.ajax({ url: 'libs/php/getPersonnel.php', -
One of my buttons is not doing anything
by vsek ·data[0] = $('#edit-name').val(); table.row(row).data(data).invalidate(); // Refresh table table.draw(false); }); }) -
Select-Deselect
by UMR5558 ·$("#edit_button").hide(); -
Select multiple - CKEditor causes error conflict
by tangerine ·For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#editor-element-conflict -
Select multiple - CKEditor causes error conflict
by Tronik ·ckeditor.js:21 [CKEDITOR] For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#editor-element-conflict -
ajax.reload(null, false) jumps to the first page
by DanyVit90 ·$.fn.dataTable.FixedHeader(table); $('#editScad').submit(function(event){ event.preventDefault(); //evita il normale comportamento del submit, cioè ricaricare la pagina -
jquery submit triggers multiple times
by Zeghra ·$('#edit'+itemId).click(()=>{ -
Unable to add a new row
by krutovdl ·Comments: $('#editedComments').val() }, datatype: "json", success: function (data) { if (data !== nul -
Unable to add a new row
by krutovdl ·Comments: $('#editedComments').val() }, datatype: "json", success: function (data) { if (data !== nul -
Unable to add a new row
by krutovdl ·Comments: $('#editedComments').val() }, datatype: "json", success: function (data) { if (data !== nul -
Cannot Get Data to Add to Table After Initialization
by anthony89 ·$("#event_scheduler_table_menu .EditMenuButton").on("click", function(e) { e.preventDefault(); if ($(this).hasClass('disabled')) { return fa -
Unable to use colvis button of DataTable
by rahulsaxena ·#editor { /* position: relative; */ height: 100px; width: 1828px } {% endblock %} {% block body %} <br /> <div id="jumbotron"> -
Unable to use colvis button of DataTable
by rahulsaxena ·#editor { /* position: relative; */ height: 100px; width: 1828px } {% endblock %} {% block body %} <br /> <div id="jumbotron"> -
How to add a new Row in Datatables after successful form submission using AJAX
by krutovdl ·edited: $('#edited).val() -
Inline Editor is not working
by kthorngren ·According to the Editor Client Server Data exchange docs the row data should be in an array. More like this: -
MJoin Fails with Parse error: syntax error, unexpected '['
by wgr ·table: \"#edit_games\", fields: [ { label: \"Game Name:\", name: \"games.name\" }, { label: \ -
"Cannot read property 'node' of undefined" JS error when destroying buttons
by dynasoft ·There is a slight issue in that I use the Edit form template as a div at bottom of page and it seems editor via the clone method shows the div on the page. If I use $("#EditorForm").hide(); -
"Cannot read property 'node' of undefined" JS error when destroying buttons
by allan ·template: $('#EditorForm').clone(), -
"Cannot read property 'node' of undefined" JS error when destroying buttons
by dynasoft ·if I comment out the part for "template: '#EditorForm'," from the DT code, the fields show again. What is causing the fields to not show with a custom form template?