diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 15c08ec2..6ad76541 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -39,40 +39,45 @@ */ --> @@ -104,7 +109,8 @@ export default { totalRecords: 0, records: [], rowsPerPageItems: [5, 10, 25, 50, 100], - selected: [] + selected: [], + narrowFormat: false }; }, props: {