Hi, I have a list of data in the grid and I need a new row to display the total values. I was able to achieve it with dom manipulation which is bad when it comes to React but I do not have any other option. I still face one issue. The totalRow is being rendered on the top of the table rather than the bottom. Please advice on a more profound way to achieve this.
https://stackblitz.com/edit/react-9odprj-ltd742?file=app%2FReusegrid.jsx