-
[OPIK-3967] [FE] Fix metadata column primitive value display (#4864)
发布于
2026-01-22 11:17:42 +00:00 Replace CodeCell with AutodetectCell for individual metadata field columns
to properly display primitive values (strings, numbers, booleans) without
extra quotes. AutodetectCell automatically detects value types and uses
TextCell for primitives and CodeCell for objects/arrays.The generic 'Metadata' column continues to use CodeCell to display the
full metadata object as JSON.Implements OPIK-3967: Fix metadata column display for primitive values
Co-authored-by: GitHub Actions Bot github-actions@comet.com
下载附件