UNPKG

handsontable

Version:

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

9 lines 262 B
import { focusGridScope } from "./grid.mjs"; /** * Register all focus scopes. * * @param {Handsontable} hotInstance The Handsontable instance. */ export function registerAllFocusScopes(hotInstance) { [focusGridScope].forEach(scope => scope(hotInstance)); }