Skip to content

Commit

Permalink
feat: auto fit table width
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Sep 5, 2024
1 parent 3566faf commit 858d3cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/probes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
data-key="id"
:total-records="probesCount"
:loading="loading"
table-class="table-fixed"
:row-class="() => 'cursor-pointer hover:bg-surface-50 dark:hover:bg-dark-700'"
:pt="{footer: '!pt-0 border-t-0'}"
:pt-options="{ mergeProps: true }"
Expand Down Expand Up @@ -48,7 +47,7 @@
</NuxtLink>
</template>
</Column>
<Column header="Tags" class="w-5/12" body-class="!p-0 h-16">
<Column header="Tags" body-class="!p-0 h-16">
<template #body="slotProps">
<NuxtLink :to="`/probes/${slotProps.data.id}`" class="flex h-full items-center" @click="openProbeDetails(slotProps.data.id)">
<div class="flex h-full flex-wrap items-center">
Expand Down

0 comments on commit 858d3cd

Please sign in to comment.