[Bug]: JSON values are shown in the table cell, when one of the rows does not contain corresponding value. #38157
Labels
Bug
Something isn't working
Medium
Issues that frustrate users due to poor UX
Needs Triaging
Needs attention from maintainers to triage
Production
Table Widget V2
Issues related to Table Widget V2
Widgets & Accelerators Pod
Issues related to widgets & Accelerators
Widgets Product
This label groups issues related to widgets
Is there an existing issue for this?
Description
This happens when the computed value is not present in all the rows. If any of the object returns undefined, it breaks the entire column and only JSON is shown.
Slack conversation
Steps To Reproduce
{{ [ {name: "rahul", age: {value : 31}} , {name: "tom"} ] }}
{{ currentRown["age"].value }}
31
it shows{ value: 31}
Public Sample App
No response
Environment
Production
Severity
Medium (Frustrating UX)
Issue video log
No response
Version
Cloud
The text was updated successfully, but these errors were encountered: