mirror of
https://github.com/pocketbase/pocketbase.git
synced 2024-11-28 10:03:42 +02:00
[#83] added refresh button to page records view
This commit is contained in:
parent
05a4071eba
commit
240bd6790a
@ -86,6 +86,15 @@
|
|||||||
<i class="ri-settings-4-line" />
|
<i class="ri-settings-4-line" />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<button
|
||||||
|
type="button"
|
||||||
|
class="btn btn-secondary btn-circle"
|
||||||
|
use:tooltip={{ text: "Refresh collection", position: "right" }}
|
||||||
|
on:click={() => recordsList?.load()}
|
||||||
|
>
|
||||||
|
<i class="ri-refresh-line" />
|
||||||
|
</button>
|
||||||
|
|
||||||
<div class="btns-group">
|
<div class="btns-group">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
Loading…
Reference in New Issue
Block a user