dialog wip

This commit is contained in:
2024-08-15 22:11:26 +03:00
parent 113533408d
commit 2429d4acb5
19 changed files with 364 additions and 112 deletions
+14 -1
View File
@@ -39,6 +39,7 @@
limit = response.data.limit;
total = response.data.total;
modalUrl = response.data.modalUrl;
document.querySelector("dialog h3").scrollIntoView();
})
.catch((error) => {
console.log(error);
@@ -84,12 +85,24 @@
bind:selected
/>
{:else}
<Grid
<Table
{records}
{graph}
{schema}
{sortParam}
{sortField}
{systemFields}
{inModal}
{users}
{isWritable}
bind:selected
/>
<!-- <Grid-->
<!-- {records}-->
<!-- {schema}-->
<!-- {isWritable}-->
<!-- bind:selected-->
<!-- />-->
{/if}
</div>