Skip to content

Add oneOf enum cell renderer #1692

@sdirix

Description

@sdirix

Description

We offer a oneOf enum control renderer which can handle enums with labels, i.e.

"type": "string",
"oneOf": [
  {
    "const": "a",
    "title": "Option A"
  },
  {
    "const": "b",
    "title": "Option B"
  }
]

We should also offer a cell renderer which can handle these elements

Describe alternatives you've considered
Fallback to non-table renderings when such an element is detected

Describe for which setup you like to have the improvement
Framework: [react]
RendererSet: [material]

Additional context
Derived from Spectrum question

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions