Ignore:
Timestamp:
10/21/21 23:45:59 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
4b7e2d3
Parents:
6b95845
Message:

added fileTypes controller, notifications, excel export, edited views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public/vendors/dataTable/FixedHeader-3.1.6/js/dataTables.fixedHeader.js

    r6b95845 rc6b84df  
    174174                return this.s.enable;
    175175        },
    176        
    177         /**
    178          * Set header offset 
     176
     177        /**
     178         * Set header offset
    179179         *
    180180         * @param  {int} new value for headerOffset
     
    189189                return this.c.headerOffset;
    190190        },
    191        
     191
    192192        /**
    193193         * Set footer offset
     
    205205        },
    206206
    207        
     207
    208208        /**
    209209         * Recalculate the position of the fixed elements and force them into place
     
    228228         * Constructor
    229229         */
    230        
     230
    231231        /**
    232232         * FixedHeader constructor - adding the required event listeners and
     
    389389         *
    390390         * @param  {string} item       The `header` or `footer`
    391          * @param  {int}    scrollLeft Document scrollLeft
     391         * @param  {int}    scrollLeft Folder scrollLeft
    392392         * @private
    393393         */
     
    413413         * * `below` - (Header only) Fixed to the bottom of the table body
    414414         * * `above` - (Footer only) Fixed to the top of the table body
    415          * 
     415         *
    416416         * @param  {string}  mode        Mode that the item should be shown in
    417417         * @param  {string}  item        'header' or 'footer'
     
    432432                        document.activeElement :
    433433                        null;
    434                
     434
    435435                if ( focus ) {
    436436                        focus.blur();
Note: See TracChangeset for help on using the changeset viewer.