Skip to content

Commit 6261390

Browse files
committed
fix: minor fix
1 parent bd78e3b commit 6261390

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

sandbox/pages/SandboxTableView/SandboxTableView.vue

+1-23
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,7 @@
33
:links="inject('app-links', [])"
44
title="KTableView"
55
>
6-
<KTableView
7-
:data="paginatedData"
8-
:headers="headers(true, false, true)"
9-
:pagination-attributes="{ totalCount: basicPaginatedData.length, pageSizes: [5, 10] }"
10-
resize-columns
11-
:row-bulk-action-enabled="getRowBulkAction"
12-
:row-key="({ id }: Record<string, any>) => String(id)"
13-
@page-change="onPageChange"
14-
@page-size-change="onPageSizeChange"
15-
@row-select="onBulkActionsSelect"
16-
>
17-
<template #bulk-action-items>
18-
<SandboxTableViewActions :count="selectedData.length" />
19-
</template>
20-
<template #action-items>
21-
<SandboxTableViewActions />
22-
</template>
23-
</KTableView>
24-
25-
<div
26-
v-if="false"
27-
class="k-table-view-sandbox"
28-
>
6+
<div class="k-table-view-sandbox">
297
<!-- Props -->
308
<SandboxTitleComponent
319
is-subtitle

0 commit comments

Comments
 (0)