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:
@ -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 = [];
|
||||
|
@ -88,7 +88,6 @@
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
background-color: #fff;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
table thead {
|
||||
|
Reference in New Issue
Block a user