Remix
Remix
remix/data-table · TypeView Source

TableValidate

Summary

Validation hook that runs before writes.

Signature

type TableValidate<row> = (
  context: TableValidationContext<row>,
) => TableValidationResult<row>;