UNPKG

handsontable

Version:

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

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