Duplicate pagination on bottom of list (#58)
Duplicate pagination on bottom of compatibility list
This commit is contained in:
		| @@ -37,7 +37,7 @@ | |||||||
| 			</form> | 			</form> | ||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
| 		<ul class="pagination pull-left"></ul> | 		<ul class="pagination paginationTop pull-left"></ul> | ||||||
|  |  | ||||||
| 		<table id="compatibility-list" class="table table-responsive"> | 		<table id="compatibility-list" class="table table-responsive"> | ||||||
| 			<thead> | 			<thead> | ||||||
| @@ -80,6 +80,7 @@ | |||||||
| 			{{ end }} | 			{{ end }} | ||||||
| 			</tbody> | 			</tbody> | ||||||
| 		</table> | 		</table> | ||||||
|  | 		<ul class="pagination paginationBottom pull-left"></ul> | ||||||
| 	</div> | 	</div> | ||||||
| {{ end }} | {{ end }} | ||||||
|  |  | ||||||
| @@ -118,7 +119,10 @@ | |||||||
| 				{ name: 'date-tested', attr: 'data-timestamp' } | 				{ name: 'date-tested', attr: 'data-timestamp' } | ||||||
| 			], | 			], | ||||||
| 			searchColumns: [ 'listing-metadata' ], | 			searchColumns: [ 'listing-metadata' ], | ||||||
| 			pagination: true, | 			pagination: [ | ||||||
|  | 				{ paginationClass: "paginationTop" }, | ||||||
|  | 				{ paginationClass: "paginationBottom" } | ||||||
|  | 			], | ||||||
| 			indexAsync: true, | 			indexAsync: true, | ||||||
| 			page: 50 | 			page: 50 | ||||||
| 		}; | 		}; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user