I have added a footer template in a tree list. I want position of this footer to be fixed in bottom. So Footer should be visible all the time.
As of now when I scroll through data, footer comes as last row.
Adding css as position: sticky works when virtual scroll is not added. Since with my application virtual scroll is required.
How can I fix footer in bottom of the treelist gird?
Thanks in advance.