Alexander Wicht
Alexander Wicht
'[…] and what you're hoping to do' Well, for a start: not getting never ending errors and compilation failures because Typescript doesn't understand what I'm importing and using. Further: actually...
Just stumbled upon this same issue, which prevents us from using this fantastic lib :-(
You could hook into the headers via the [onRenderHeader callback](https://docs.microsoft.com/en-us/javascript/api/react/idetailsgrouprenderprops?view=office-ui-fabric-react-latest#onRenderHeader). There you could calculate the sums and display them. An [example of custom group headers](https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist/customgroupheaders) is in the docs of...
If it helps, I [created a PR](https://github.com/dotnet/aspnetcore/pull/44500) for that change.
> If you open the solution in Visual Studio, there should be an analyzer that helps you fix the issue. I have tried for literally hours to get this single...
Never mind, I got it in now :)
This is still a problem in 6.5.0
Can confirm for the docker image as well.
I have the same issue on macOS Desktop in Safari.
It is fixed indeed :)