').css('display', ''); if(typeof $().floatingScroll == 'function') {$('.dataTables_scrollContent').floatingScroll();$( '#tblGrid' ).on( 'draw.dt', function (e, settings) {$('.dataTables_scrollContent').floatingScroll('update');});}; $("#tblGrid_filter label input").attr({"placeholder": "Search", "aria-label": "Search"}); $("#tblGrid_filter label input").addClass("search-icon"); $('div#tblGrid_filter.dataTables_filter').hide(); }); function pageChanged( ) { if (typeof(initializeCheckBoxes) == "function") { initializeCheckBoxes("tblGrid"); } } // Check for sorting icons function sortingIcon() { $('#tblGrid th:not(".no_sort")').each( function () { if (!$(this).find('.dropdown').length) { $(this).append(' '); } }); } // Might be usefull in sorting for hidden columns // Dates for example // , { "iDataSort": 7, "aTargets":[ 1 ] }
No events found