Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SlothFriend opened this issue Dec 18, 2017 · 0 comments
Open

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

SlothFriend opened this issue Dec 18, 2017 · 0 comments

Comments

@SlothFriend
Copy link

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)'].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant