I am new to ag-grid and trying to achieve a feature for sorting the rows. I have a list of folders and reports in my grid. I was able to pin the folders on top while using the postsort in ag-grid. This is basically an ascending sort by name and pin the folders on top of the grid.
but now i want to pin the folders to the bottom, when user do the descending sort by name. Please help me, how i can achieve this.