dialog wip
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user