diff --git a/packages/hoppscotch-ui/src/components/smart/Table.vue b/packages/hoppscotch-ui/src/components/smart/Table.vue index f825274b0..b27edc7cc 100644 --- a/packages/hoppscotch-ui/src/components/smart/Table.vue +++ b/packages/hoppscotch-ui/src/components/smart/Table.vue @@ -5,42 +5,36 @@ - - {{ title }} + + {{ th.label ?? th.key }} - - -
- -
- - -
- - {{ data }} - - - -
+ + + +
+ + {{ rowData[cellHeading.key] ?? "-" }} + +
+
- - @@ -48,20 +42,24 @@