File tree Expand file tree Collapse file tree 6 files changed +291
-242
lines changed
search-engine/src/drivers Expand file tree Collapse file tree 6 files changed +291
-242
lines changed Original file line number Diff line number Diff line change 1
1
<script setup>
2
- import Table from ' ./components/Table .vue'
2
+ import AppTable from ' ./components/MainTable .vue'
3
3
</script >
4
4
5
5
<template >
6
6
<div >
7
- <Table />
7
+ <AppTable />
8
8
</div >
9
9
</template >
10
10
Original file line number Diff line number Diff line change @@ -136,8 +136,10 @@ table.results = results as SearchResponse
136
136
<div class =" inline-block min-w-full py-2 align-middle lg:px-8 md:px-6" >
137
137
<div class =" overflow-hidden shadow ring-1 ring-black ring-opacity-5 md:rounded-lg" >
138
138
<table class =" min-w-full divide-y divide-gray-300" >
139
- <TableHead />
140
- <TableBody >
139
+ <!-- <TableHead /> -->
140
+
141
+ dsdsds
142
+ <!-- <TableBody>
141
143
<template #action_column="rowData">
142
144
<slot
143
145
name="action_column"
@@ -154,7 +156,7 @@ table.results = results as SearchResponse
154
156
:value="tableBodyData.tableRowData"
155
157
/>
156
158
</template>
157
- </TableBody >
159
+ </TableBody> -->
158
160
</table >
159
161
</div >
160
162
</div >
You can’t perform that action at this time.
0 commit comments