mirror of
https://github.com/etnguyen03/tjdests.git
synced 2025-04-20 09:40:16 -04:00
feat(destinations): add pagination at top of table
This commit is contained in:
parent
0b4f03af36
commit
6aa704164c
|
@ -27,6 +27,12 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row py-3">
|
||||||
|
<div class="col justify-content-center">
|
||||||
|
{% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
@ -27,6 +27,12 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="row py-3">
|
||||||
|
<div class="col justify-content-center">
|
||||||
|
{% bootstrap_paginate page_obj range=10 extra_pagination_classes="justify-content-center" %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user