[go: nahoru, domu]

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

Bug: Array of Objects values show up incorrectly #328

Open
siddharthlatest opened this issue Aug 2, 2019 · 0 comments
Open

Bug: Array of Objects values show up incorrectly #328

siddharthlatest opened this issue Aug 2, 2019 · 0 comments
Labels

Comments

@siddharthlatest
Copy link
Member
siddharthlatest commented Aug 2, 2019

When displaying values for an array of objects, they're displayed incorrectly.

Example:

In the below example, the experience field contains an array of objects, values for which can't be accurately represented in a single value field.

However, the values shown right now are incorrect.

Recommendation: We can do one of the following,

  • One possibility is to show the first parsed value in this case. This is not accurate, but at least, there is a pattern to it and this should be an easy change to make.

OR

  • Another alternative is to show flattened values. This would require a change in the UI component used to display the cell value, but the column type and filtering behavior shouldn't change. This might not be as easy to do, but is the most accurate way to display the data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant