0
0
Fork 0
This commit is contained in:
Alex Moreno 2024-10-23 13:59:11 +02:00
commit d1e4017869
1 changed files with 4 additions and 0 deletions

View File

@ -417,6 +417,7 @@ function handleScroll() {
ref="tableRef"
v-bind="table"
class="vnTable"
:class="{ 'last-row-sticky': $props.footer }"
:columns="splittedColumns.columns"
:rows="rows"
v-model:selected="selected"
@ -855,6 +856,9 @@ es:
table tbody th {
position: relative;
}
}
.last-row-sticky {
tbody:nth-last-child(1) {
@extend .bg-header;
position: sticky;