feat: keep tabs and table headers sticky, scroll table bodies

This commit is contained in:
Pavel
2025-08-19 18:05:07 +02:00
parent 114ce1ea3a
commit e28e363bd0
5 changed files with 50 additions and 15 deletions

View File

@@ -23,12 +23,14 @@
}));
</script>
<div>
<div class="wrapper">
<TableControl {filters} stickyHeader {rows} columns={tableColumns} />
</div>
<style>
div {
padding: 10px;
.wrapper {
flex-grow: 1;
overflow-y: auto;
max-height: 100%;
}
</style>