This commit is contained in:
2020-02-25 18:52:49 +00:00
parent 720aa45d57
commit dab7b6fdad
2 changed files with 4 additions and 12 deletions

View File

@@ -1,6 +1,5 @@
<template>
<div>
{{ pickLists.listViews }}
<v-card>
<v-card-title>
<v-select
@@ -17,7 +16,9 @@
<v-icon>fa-filter</v-icon>
</v-btn>
</v-card-title>
<div class="headline ml-3 accent--text" v-if="records.length < 1">
{{ lt("NoData") }}
</div>
<!-- WIDE TABLE VIEW -->
<template v-if="!narrowFormat">
<v-data-table
@@ -153,11 +154,10 @@
pageText: lt('PageOfPageText')
}"
:loading-text="lt('Loading')"
:no-data-text="lt('NoData')"
class="elevation-1"
>
<template v-slot:header="props">
<!-- Mimic the full width data table select all toggle -->
<!-- Mimic the full width data table select all toggle :no-data-text="lt('NoData')"-->
<div
@click="props.toggleSelectAll(!props.everyItem)"
class="pl-2 pt-2"