Add basic csv view inside a table loaded through duckdb

This commit is contained in:
2025-04-24 18:47:53 +09:30
parent 5c42ba0dd4
commit 42e9470400
16 changed files with 999 additions and 517 deletions

View File

@@ -0,0 +1,5 @@
:host {
display: flex;
flex-direction: column;
height: 100%;
}