Skip to content

Labels options requires all objects to have all keys present #223

@SlothFriend

Description

@SlothFriend

Not all of my objects have the same properties. Some of the objects have additional fields at the end, but the column headers do not get displayed for these properties. For example, this array would produce the issue:

[
  {'a': 1, 'b': 2},
  {'a': 1, 'b': 2, 'a (2)': 12, 'b (2)': 22},
  {'a': 1, 'b': 2},
]

This would result in the following column headers: ['a', 'b', '', ''].
I would expect this instead: ['a', 'b', 'a (2)', 'b (2)'].

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions