Browse Source

feat: remove select em bottom de table

ebagabee 2 weeks ago
parent
commit
00710a7289
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/defaults/DefaultTable.vue

+ 2 - 1
src/components/defaults/DefaultTable.vue

@@ -6,13 +6,14 @@
     :pagination="{ rowsPerPage }"
     :pagination-label="getPaginationLabel"
     :rows-per-page-label="$t('common.ui.table.rows_per_page')"
+    :rows-per-page-options="0"
     :grid="$q.screen.lt.sm"
     :visible-columns
     :filter
     :columns
     :loading
     :rows
-    class="softpar-table q-pa-sm q-mt-md"
+    class="softpar-table q-pa-sm q-mt-md bg-transparent"
     @row-click="onRowClick"
   >
     <template #top>