dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

Bug: Array of Objects values show up incorrectly

Open siddharthlatest opened this issue 4 years ago • 0 comments

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.

siddharthlatest avatar Aug 02 '19 20:08 siddharthlatest