1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-15 12:54:06 +00:00

Refinements in query saving

This commit is contained in:
2023-02-15 20:33:29 +01:00
parent a3335cdc4e
commit 0bbd50857c
7 changed files with 24 additions and 20 deletions

View File

@ -1,9 +1,9 @@
<script>
import { resolveKeypath, setValue } from '$lib/keypaths';
import contextMenu from '$lib/stores/contextmenu';
import { createEventDispatcher } from 'svelte';
import FormInput from './forminput.svelte';
import Icon from './icon.svelte';
import FormInput from './forminput.svelte';
import contextMenu from '$lib/stores/contextmenu';
import { resolveKeypath, setValue } from '$lib/keypaths';
export let items = [];
export let columns = [];

View File

@ -88,7 +88,6 @@
border-collapse: collapse;
width: 100%;
background-color: #fff;
table-layout: fixed;
}
table thead {