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