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