This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user