1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-08 02:58:54 +08:00

#115 add split in result set

This commit is contained in:
lana-k
2023-10-25 20:43:22 +02:00
parent 8aac7af481
commit bec3d9c737
2 changed files with 91 additions and 32 deletions

View File

@@ -29,6 +29,7 @@
<teleport :to="`#${tab.layout.table}-${tab.id}`">
<run-result
:tab="tab"
:result="tab.result"
:is-getting-results="tab.isGettingResults"
:error="tab.error"