❔ Bug in blazor?
Hello guys, i have encountered something strange in my blazor app. I'll try to explain it here.
So i have to tables with below a row which shows the totals. These tables almost share the EXACT same code, the only way in they differ is the entities which are used to fill them. (both are records)
As you can see in the image, only the second table shows the totals correctly by summing them up.
The user clicks a button, and this code gets executed, which fills the tables out.
So i have to tables with below a row which shows the totals. These tables almost share the EXACT same code, the only way in they differ is the entities which are used to fill them. (both are records)
As you can see in the image, only the second table shows the totals correctly by summing them up.
The user clicks a button, and this code gets executed, which fills the tables out.
