Fixes: #194
The 'Sum' row wasn't updated immediately when the user made changes because we didn't update the pollEvents accordingly. This diff updates pollEvents in the parent ChooseEventsComponent component by calling pollService when the table component data changes.
Fixes: #194 The 'Sum' row wasn't updated immediately when the user made changes because we didn't update the
pollEvents
accordingly. This diff updatespollEvents
in the parentChooseEventsComponent
component by callingpollService
when the table component data changes.Test run