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
Description
We offer a
oneOfenum control renderer which can handle enums with labels, i.e.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