How can I typecast these original rows
I am trying to calculate total number of persons when a filter changes, but im running into TypeScript errors, saying that
.totalPersons
: Property 'totalPersons' does not exist on type 'TData'.ts(2339)
This is my code:
0 Replies