Remove filter button on views for now
This commit is contained in:
parent
8a9db6d8de
commit
ef4ff87d8a
|
@ -26,9 +26,7 @@
|
||||||
showAvatars={false}
|
showAvatars={false}
|
||||||
on:updatedatasource={handleGridViewUpdate}
|
on:updatedatasource={handleGridViewUpdate}
|
||||||
>
|
>
|
||||||
<svelte:fragment slot="filter">
|
<svelte:fragment slot="filter" />
|
||||||
<GridFilterButton />
|
|
||||||
</svelte:fragment>
|
|
||||||
<svelte:fragment slot="controls">
|
<svelte:fragment slot="controls">
|
||||||
<GridCreateEditRowModal />
|
<GridCreateEditRowModal />
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
|
|
Loading…
Reference in New Issue