Hi,
I'm trying to get group footer rows to display while using virtual scrolling. They display just fine without virtual scrolling, but once I enable it, they are nowhere to be found.
I've been trying different combinations for the past few hours, trying to figure this out with no luck.Here is a simplified example: https://stackblitz.com/edit/angular-9f2v8c
The example has virtual scrolling enabled. As a result, the footer aggregate rows are not displayed. If you remove line 9, you'll see the footers appear. How can I get the footer rows to display with virtual scrolling enabled?
Thanks
Jim