File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 ] "
6767 :click-to-close-outside =" false "
6868 >
69- <div class =" bulk-vision-table flex flex-col items-center max-w-[1560px] md:max-h-[75vh] gap-3 md:gap-4 w-full h-full overflow-y-auto" >
70- <div v-if =" records && props.checkboxes.length && popupMode === 'generation'" class = " [scrollbar-gutter:stable] w-full overflow-x-auto " >
69+ <div class =" bulk-vision-table flex flex-col items-center gap-3 md:gap-4 overflow-y-auto" >
70+ <template v-if =" records && props .checkboxes .length && popupMode === ' generation' " >
7171 <VisionTable
72+ class="md:max-h- [75vh] max-w-[1560px] w-full h-full"
7273 :checkbox =" props .checkboxes "
7374 :records =" records "
7475 :meta =" props .meta "
111112 <div class =" text-red-600 flex items-center w-full" >
112113 <p v-if =" isError === true" >{{ errorMessage }}</p >
113114 </div >
114- </div >
115+ </template >
115116 <div
116117 v-else-if =" popupMode === 'settings'"
117118 v-for =" (promptsCategory, key) in generationPrompts"
Original file line number Diff line number Diff line change 33 :columns =" tableHeaders "
44 :data =" tableColumns "
55 :pageSize =" 6 "
6+ makeHeaderSticky
7+ makePaginationSticky
68 >
79 <!-- HEADER TEMPLATE -->
810 <template #header :checkboxes =" { item } " >
You can’t perform that action at this time.
0 commit comments