Reorder buttons to access is always first
This commit is contained in:
parent
67c5cc4a45
commit
3ad913ae28
|
@ -60,10 +60,10 @@
|
||||||
buttonsCollapsed
|
buttonsCollapsed
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="controls">
|
<svelte:fragment slot="controls">
|
||||||
|
<GridManageAccessButton />
|
||||||
{#if calculation}
|
{#if calculation}
|
||||||
<GridViewCalculationButton />
|
<GridViewCalculationButton />
|
||||||
{/if}
|
{/if}
|
||||||
<GridManageAccessButton />
|
|
||||||
<GridFilterButton />
|
<GridFilterButton />
|
||||||
<GridSortButton />
|
<GridSortButton />
|
||||||
<GridSizeButton />
|
<GridSizeButton />
|
||||||
|
|
Loading…
Reference in New Issue