UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

14 lines (13 loc) 343 B
"use strict"; exports.__esModule = true; exports.cornerHeaderScrollStrategy = cornerHeaderScrollStrategy; /** * Scroll strategy for corner header selection. * * @returns {function(): function(CellCoords): void} */ function cornerHeaderScrollStrategy() { return () => { // do not scroll the viewport when the corner is clicked }; }