Update pankow to v4 to fix TableView bug
This commit is contained in:
@@ -151,10 +151,10 @@ onMounted(async () => {
|
||||
<br/>
|
||||
|
||||
<TableView :model="filteredDomains" :columns="columns" :busy="busy" style="max-height: 450px;" :placeholder="$t(search ? 'domains.noMatchesPlaceholder' : 'domains.emptyPlaceholder')">
|
||||
<template #provider="domain">
|
||||
<template #provider="{ item:domain }">
|
||||
{{ DomainsModel.prettyProviderName(domain.provider) }}
|
||||
</template>
|
||||
<template #actions="domain">
|
||||
<template #actions="{ item:domain }">
|
||||
<ActionBar :actions="createActionMenu(domain)" />
|
||||
</template>
|
||||
</TableView>
|
||||
|
||||
Reference in New Issue
Block a user