Started implementing vPaginator

This commit is contained in:
Sockenklaus
2021-11-07 22:44:49 +01:00
parent a9d0f109a9
commit 598d29803a
3 changed files with 41 additions and 5 deletions

View File

@@ -24,11 +24,16 @@
</table>
<h5 v-show="rows.length === 0" class="text-muted">Keine Daten anzuzeigen...</h5>
<VPaginator />
</template>
<script setup lang="ts">
import EmployeesSimpleSearch from '@/components/Employees/EmployeesSimpleSearch.vue';
import VPaginator from '@/components/VPaginator.vue';
import { onMounted, reactive, computed } from 'vue'
import { useRouter } from 'vue-router'
import { storeToRefs } from 'pinia'
@@ -67,9 +72,6 @@ const iconSort = computed(() => {
</script>
<style scoped>
table {
/* table-layout: fixed; */
}
table thead tr:first-child th:first-child {
width: 51px;