Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 30, 2023
1 parent 477c388 commit e462be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/content/examples/TableExampleAdvanced.vue
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ const { data: todos, pending } = await useLazyAsyncData('todos', () => $fetch<{
variant="soft"
color="red"
size="xs"
:disabled="search === '' && selectedStatus.length === 0"
@click="resetFilters"
>
Reset
Expand All @@ -180,7 +181,6 @@ const { data: todos, pending } = await useLazyAsyncData('todos', () => $fetch<{
:loading="pending"
sort-asc-icon="i-heroicons-arrow-up"
sort-desc-icon="i-heroicons-arrow-down"
:sort-button="{ size: '2xs', square: false, }"
@select="select"
>
<template #completed-data="{ row }">
Expand Down

0 comments on commit e462be5

Please sign in to comment.