diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue
index 6ad76541..a572a945 100644
--- a/ayanova/src/components/gz-data-table.vue
+++ b/ayanova/src/components/gz-data-table.vue
@@ -77,6 +77,58 @@
+
+
+
+
+
+
@@ -110,7 +162,7 @@ export default {
records: [],
rowsPerPageItems: [5, 10, 25, 50, 100],
selected: [],
- narrowFormat: false
+ narrowFormat: true
};
},
props: {
@@ -742,16 +794,33 @@ Records: [ { "c1": "Awesome Steel Table 25", "c2": 1, "c3": 676.64, "c4": 0, "c5
+
+
+
+
+
+
+