Skip to content

remix/data-table/operators · Function

View Source

or

Summary

Combines where inputs with logical OR.

Signature

function or<inputs extends WhereInput<string>[]>(
  inputs: inputs,
): Predicate<WhereInputColumn<inputs[number]>>

Returns

A logical or predicate.