Home / Function/ DateTimeEditor() — supabase Function Reference

DateTimeEditor() — supabase Function Reference

Architecture documentation for the DateTimeEditor() function in DateTimeEditor.tsx from the supabase codebase.

Entity Profile

Dependency Diagram

graph TD
  67fa7102_dda9_7162_c1c9_1fd1b78605b0["DateTimeEditor()"]
  2c945c79_d5b1_c927_1673_28ab2f987c8d["getCellEditor()"]
  2c945c79_d5b1_c927_1673_28ab2f987c8d -->|calls| 67fa7102_dda9_7162_c1c9_1fd1b78605b0
  style 67fa7102_dda9_7162_c1c9_1fd1b78605b0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/studio/components/grid/components/editor/DateTimeEditor.tsx lines 167–172

export function DateTimeEditor(type: 'datetime' | 'datetimetz' | 'date', isNullable: boolean) {
  // eslint-disable-next-line react/display-name
  return <TRow, TSummaryRow = unknown>(props: RenderEditCellProps<TRow, TSummaryRow>) => {
    return <BaseEditor {...props} type={type} isNullable={isNullable} />
  }
}

Subdomains

Called By

Frequently Asked Questions

What does DateTimeEditor() do?
DateTimeEditor() is a function in the supabase codebase.
What calls DateTimeEditor()?
DateTimeEditor() is called by 1 function(s): getCellEditor.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free