Skip to content

Commit affc3af

Browse files
Pierce Chaffinhedgiejo
authored andcommitted
Fixes Sample Pagination
1 parent 296ab9e commit affc3af

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • pegr/grails-app/views/sample

pegr/grails-app/views/sample/all.gsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<div class="container-fluid">
1212
<br>
1313
<g:render template="table" model="['sampleList':sampleList, 'checkbox':false]"></g:render>
14+
15+
<div class="pagination">
16+
<g:paginate next="Next" prev="Prev" controller="sample" action="all" max="15" total="${sampleCount ?: 0}" />
17+
</div>
1418
</div>
1519
<script>
1620
$(function(){

0 commit comments

Comments
 (0)