CakePHP Vertical Paginator element
This project is not maintained anymore
If you like it or continue to use it fork it please.
<table>
<tr><td>1</td><td>John</td><td>Dohh</td><td>1970-01-01</td><?php echo $this->element( 'vertical_paginator' ); ?></tr>
<tr><td>2</td><td>Max</td><td>Damage</td><td>1980-2-12</td><?php echo $this->element( 'vertical_paginator' ); ?></tr>
<tr><td>3</td><td>Jane</td><td>Cake</td><td>1985-06-06</td><?php echo $this->element( 'vertical_paginator' ); ?></tr>
</table>
Combining it with Bootstrap.
echo $this->element( 'vertical_paginator', array( 'prev' => '<span class="glyphicon glyphicon-chevron-up"></span>', 'next' => '<span class="glyphicon glyphicon-chevron-down"></span>' ) );
My website: https://blocknot.es