|
|
@@ -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>
|