UNPKG

handsontable

Version:

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

15 lines (14 loc) 356 B
import * as C from "../../../i18n/constants.mjs"; import { registerCondition } from "../conditionRegisterer.mjs"; export const CONDITION_NAME = 'none'; /** * @returns {boolean} */ export function condition() { return true; } registerCondition(CONDITION_NAME, condition, { name: C.FILTERS_CONDITIONS_NONE, inputsCount: 0, showOperators: false });