How to display pagination of a template grid below the grid

0
Hi All I have a scenario where I need to display pagination of a template grid below the grid instead of above. I have read few forum questions but no break through yet. Any suggestions 
asked
1 answers
2

Hi! You could do that with css.

 

Something like this might work:

First set a custom class to the template grid you want to change:

 

Then set some custom css style like that:

 

I hope this helps!

answered