Changeset c6b84df for public/vendors/dataTable/FixedHeader-3.1.6/js
- Timestamp:
- 10/21/21 23:45:59 (3 years ago)
- Branches:
- develop, master
- Children:
- 4b7e2d3
- Parents:
- 6b95845
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
public/vendors/dataTable/FixedHeader-3.1.6/js/dataTables.fixedHeader.js
r6b95845 rc6b84df 174 174 return this.s.enable; 175 175 }, 176 177 /** 178 * Set header offset 176 177 /** 178 * Set header offset 179 179 * 180 180 * @param {int} new value for headerOffset … … 189 189 return this.c.headerOffset; 190 190 }, 191 191 192 192 /** 193 193 * Set footer offset … … 205 205 }, 206 206 207 207 208 208 /** 209 209 * Recalculate the position of the fixed elements and force them into place … … 228 228 * Constructor 229 229 */ 230 230 231 231 /** 232 232 * FixedHeader constructor - adding the required event listeners and … … 389 389 * 390 390 * @param {string} item The `header` or `footer` 391 * @param {int} scrollLeft DocumentscrollLeft391 * @param {int} scrollLeft Folder scrollLeft 392 392 * @private 393 393 */ … … 413 413 * * `below` - (Header only) Fixed to the bottom of the table body 414 414 * * `above` - (Footer only) Fixed to the top of the table body 415 * 415 * 416 416 * @param {string} mode Mode that the item should be shown in 417 417 * @param {string} item 'header' or 'footer' … … 432 432 document.activeElement : 433 433 null; 434 434 435 435 if ( focus ) { 436 436 focus.blur();
Note:
See TracChangeset
for help on using the changeset viewer.