Custom Template page dropdown issue

I created a custom template for a table. I wanted to show the table as cards (business cards like). Everything looks great except when I show all records on my dropdown or I show more records than the ones that are in the table. This will cause the page dropdown to disapear and I can’t change it back to show 10 per page for example or 5 per page etc.Here is the code I have added to the CustomTemplateBody under Code(server events, Client Scripts and Custom Templates> ListPage>CustomTemplateBody)



  {{{Image}}} 
  
 {{{Art_id}}}      {{{Location}}}      {{{Artist}}}   
 {{{Title}}}     {{{Media}}}   
 Size: {{{Size}}}     Cost: {{{Currency_Type}}}{{{Cost}}}
  

See the topic Tools > Advanced Settings:

  • “Auto hide paging section if single page”
  • “Auto hide page size selector if single page”

Yes! that did it… Thank you so much.