added null badge rendering in the spreadsheet for the spatial-cols

This commit is contained in:
ArnabChatterjee20k
2025-09-18 15:26:37 +05:30
parent f4813582ea
commit efe59b2e38
@@ -919,7 +919,7 @@
variant="secondary"
size="s" />
{/if}
{:else if isSpatialType(rowColumn)}
{:else if isSpatialType(rowColumn) && row[columnId] !== null}
<Typography.Text truncate>
{JSON.stringify(row[columnId])}
</Typography.Text>