I have a template grid on a page. Since I need the header below the search bar, I placed the header inside the template grid. However, this causes the header to be displayed for every object. To avoid this, I used CSS to hide the header for all objects except the first one, and it is working fine. Now, I need column-wise sorting similar to a data grid. Is there any workaround or alternate solution to achieve column-wise sorting in a template grid?