fix: Issues #138 files page thead sticky and only tbody have scrollbar done.
This commit is contained in:
@@ -159,7 +159,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!-- All Files type of List -->
|
<!-- All Files type of List -->
|
||||||
<div class=" " v-if="!switchListOrGrid">
|
<div v-if="!switchListOrGrid">
|
||||||
<DataTable :value="allFiles" dataKey="id" tableClass="w-full text-sm cursor-pointer relative table-fixed" :rowClass="setRowClass" breakpoint="0" @row-dblclick="enterDiscover($event.data)" contextmenu v-model:contextMenuSelection="selectedTableFile" @row-contextmenu="onRightClickTable" >
|
<DataTable :value="allFiles" dataKey="id" tableClass="w-full text-sm cursor-pointer relative table-fixed" :rowClass="setRowClass" breakpoint="0" @row-dblclick="enterDiscover($event.data)" contextmenu v-model:contextMenuSelection="selectedTableFile" @row-contextmenu="onRightClickTable" >
|
||||||
<Column field="name" header="Name" bodyClass="font-medium fileName" sortable></Column>
|
<Column field="name" header="Name" bodyClass="font-medium fileName" sortable></Column>
|
||||||
<Column field="parentLog" header="Dependency" bodyClass="text-neutral-500" sortable></Column>
|
<Column field="parentLog" header="Dependency" bodyClass="text-neutral-500" sortable></Column>
|
||||||
|
|||||||
Reference in New Issue
Block a user