UNPKG

handsontable

Version:

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

10 lines 243 B
/** * Scroll strategy for corner header selection. * * @returns {function(): function(CellCoords): void} */ export function cornerHeaderScrollStrategy() { return () => { // do not scroll the viewport when the corner is clicked }; }