Skip to content

No applicable cell found (string array) for jsonforms-property-view #178

Answered by sdirix
hsd-dev asked this question in All other
Discussion options

You must be logged in to vote

Hi @ipa-hsd,

I don't really see an array of strings in the example data. In your case the property xyz seems to be a nested object. The property view is currently meant for flat data and does not supported nested objects. This might change in the future.

Besides restructuring your data there are two ways to handle this:

  • Specify a UI Schema for your object which is able to handle the nested objects, e.g.
{
  "type": "VerticalLayout",
  "elements": [
    {
      "type": "Control",
      "scope": "#/properties/name"
    },
    {
      "type": "Control",
      "scope": "#/properties/id"
    },
    {
      "type": "Control",
      "scope": "#/properties/xyz/properties/abc"
    },
    {
     …

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@hsd-dev
Comment options

@sdirix
Comment options

@hsd-dev
Comment options

@hsd-dev
Comment options

Answer selected by hsd-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants