experiment/tanstack #172

Merged
niggl merged 106 commits from experiment/tanstack into dev 2023-04-12 19:31:47 +00:00
Showing only changes of commit 52a02c82d2 - Show all commits

View File

@ -248,25 +248,4 @@
{/if}
{/if}
<TableBottom {table} {selected}></TableBottom>
<style>
thead {
background: #fff;
}
thead {
position: sticky;
inset-block-start: 0;
}
tbody td {
padding: 4px;
}
tbody tr:nth-child(even) {
background: #fafafa;
}
tbody tr {
transition: all, 0.2s;
}
tbody tr:hover {
background: #f5f5f5;
}
</style>
<TableBottom {table} {selected}></TableBottom>