query grid

This commit is contained in:
Jan Prochazka
2021-03-08 20:00:51 +01:00
parent 904d35d26a
commit a35d5525a3
10 changed files with 244 additions and 19 deletions

View File

@@ -9,6 +9,13 @@
export let tabs: TabDef[];
export let value = 0;
export let isInline = false;
export function setValue(index) {
value = index;
}
export function getValue() {
return value;
}
</script>
<div class="main">