Search
-
Mjoin - Not inserting or updating, but delete works
by peterbrowne ·$( '#permission_field' ).val(); $( '#main-menu' ).smartmenus(); $( '#program_levels' ).change( function ( e ) { window.location.href = 'edit_' + this.value + -
Datatables as editor field
by colin ·$('#mainTable').DataTable().row('selected: true').data() -
Headers Not Aligned With ScrollY and ServerSide Processing
by 77vetter ·function() { var w = $('#MainEquipDiv').width(); $('#MainEquipDiv').width(w - 5); --- THIS IS THE FIX $('#MainEquipDiv').width(w + -
Avoid entire table displaying while loading the page
by LucasL ·$.extend( $.fn.dataTable.defaults, { responsive: true } ); $(document).ready(function() { $('#main-table').DataTable( { searchBuilder: { columns: [1,2,3] -
How to dynamically change the height of scrollY depending on viewport size?
by price88 ·$scrollHeight = $('#mainTable').height() + $('.container').height() - $('#mainData').height(); -
How to dynamically change the height of scrollY depending on viewport size?
by price88 ·$('#mainTable').DataTable({ dom: 'Bflrtip', buttons: [{ text: '+ Add', action: function (e, dt, node, config) { -
Add vuejs component into column renderer.
by kingquattro ·$(document).ready(function() { .... ... dt = ..... function renderLibraryInfoColumn(data, row) { str = `<div> < -
Searchpanes: loading event on filter
by pankus ·console.log('show processing icon'); $('#maindata_processing').css('display', 'block'); }); } }). on('draw', function() { console.log('clear processing icon if present'); -
Mjoin alias - Select lists not filtering on WHERE clause
by peterbrowne ·$( '#permission_field' ).val(); $( '#main-menu' ).smartmenus(); $( '#program_levels' ).change( function ( e ) { window.location.href = 'edit_' + this.value + -
Datatables Nested tables getting rows for child table based on parent table
by jelder227 ·} ); } // Main table var table = $('#MAINtable').DataTable( { ajax: "php_pages/fetch_adjustments.php", pageLength: 5, columns: [ { className: 'detail -
Datatables Nested tables getting rows for child table based on parent table
by jelder227 ·order: [[1, 'asc']], } ); } var table = $('#MAINtable').DataTable( { ajax: "php_pages/fetch_adjustments.php", pageLength: 5, columns: [ { className: 'detail -
Unable to add a new row
by krutovdl ·$("#mainCommentsList").removeClass('hide'); data.CommentsDttm = new Date(data.CommentsDttm).toString(); data.AlertUse -
Unable to add a new row
by krutovdl ·$("#mainCommentsList").removeClass('hide'); data.CommentsDttm = new Date(data.CommentsDttm).toString(); data.AlertUse -
Unable to add a new row
by krutovdl ·$("#mainCommentsList").removeClass('hide'); data.CommentsDttm = (CommentsDttm.getMonth() + 1).toString() + '/' + (CommentsDttm.getDate()).toS -
CakePHP 3.9 Forbidden 403 error
by GrandLotus_Max ·$(document).ready(function(){ let datatable = $("#main-table").DataTable({ 'processing': true, "serverSide": true, "paginate": -
page.JumpToData() not working :(
by nickardo ·TLO.JQ(`#LettersForm`).find(`#MainDiv`).css(`visibility`, `visible`); }, order: [] }); } cat -
MJoin Alias - Records deleted in lookup table when updating
by peterbrowne ·$( '#permission_field' ).val(); $( '#main-menu' ).smartmenus(); $( '#program_levels' ).change( function ( e ) { window.location.href = 'edit_' + this.value + -
Multiple Mjoin with WHERE clause on same tables - How to taget different editor fields
by peterbrowne ·$( '#permission_field' ).val(); $( '#main-menu' ).smartmenus(); $( '#program_levels' ).change( function ( e ) { window.location.href = 'edit_' + this.value + -
Multiple Mjoin with WHERE clause on same tables - How to taget different editor fields
by peterbrowne ·$( '#permission_field' ).val(); $( '#main-menu' ).smartmenus(); $( '#program_levels' ).change( function ( e ) { window.location.href = 'edit_' + this.value + -
Javascript parameter for DataTables gone after page intern reload
by UWRP ·$("#loaderIcon").show(); $("#main-content").hide(); jQuery.ajax({ url: page, success:function(data){ setTimeout(function() { $("#mai