tidy up
This commit is contained in:
parent
8dd49a4d09
commit
f1927a0d79
|
@ -25,8 +25,6 @@
|
||||||
export let pagination
|
export let pagination
|
||||||
export let detailUrl
|
export let detailUrl
|
||||||
|
|
||||||
$: console.log(detailUrl)
|
|
||||||
|
|
||||||
// Add setting height as css var to allow grid to use correct height
|
// Add setting height as css var to allow grid to use correct height
|
||||||
$: gridStyles = {
|
$: gridStyles = {
|
||||||
...$component.styles,
|
...$component.styles,
|
||||||
|
@ -154,9 +152,7 @@
|
||||||
{#if selectedRows.length > 0}
|
{#if selectedRows.length > 0}
|
||||||
<DeleteButton text small on:click={modal.show()}>
|
<DeleteButton text small on:click={modal.show()}>
|
||||||
<Icon name="addrow" />
|
<Icon name="addrow" />
|
||||||
Delete
|
Delete {selectedRows.length} row(s)
|
||||||
{selectedRows.length}
|
|
||||||
row(s)
|
|
||||||
</DeleteButton>
|
</DeleteButton>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue