Allow pagination component to be used multiple times
Enables further experimentation with multiple pagination controls on the same page (not necessarily a good idea).
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
of <b><%= @record_list_params.total_entries %></b>
|
||||
records
|
||||
</p>
|
||||
|
||||
<.table
|
||||
id="records"
|
||||
rows={@streams.records}
|
||||
@@ -108,4 +109,4 @@
|
||||
/>
|
||||
</.modal>
|
||||
|
||||
<.pagination pagination_params={@record_list_params} />
|
||||
<.pagination id={:bottom_pagination} pagination_params={@record_list_params} />
|
||||
|
||||
Reference in New Issue
Block a user