query toolstip

This commit is contained in:
Jan Prochazka
2022-02-12 20:53:55 +01:00
parent 74cf073bfa
commit 488b200fcb
5 changed files with 108 additions and 77 deletions

View File

@@ -14,6 +14,8 @@
export let sessionId;
export let executeNumber;
export let resultCount;
onMount(() => {
allResultsInOneTab = $allResultsInOneTabDefault;
});
@@ -22,6 +24,8 @@
let resultInfos = [];
let domTabs;
$: resultCount = resultInfos.length;
const handleResultSet = async props => {
const { jslid, resultIndex } = props;
resultInfos = [...resultInfos, { jslid, resultIndex }];