UNPKG

handsontable

Version:

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

12 lines (11 loc) 248 B
import { registerCondition } from "../conditionRegisterer.mjs"; export const CONDITION_NAME = 'false'; /** * @returns {boolean} */ export function condition() { return false; } registerCondition(CONDITION_NAME, condition, { name: 'False' });