Hey @victoria, thank you for your reply, I tried so many times and it was so simple!
I did change the name but I had to add more parenthesis
{{_.sum(table2.data.map(d=>_.parseInt(d.Total)))}}
Hey @victoria, thank you for your reply, I tried so many times and it was so simple!
I did change the name but I had to add more parenthesis
{{_.sum(table2.data.map(d=>_.parseInt(d.Total)))}}
Ah yup! Pesky parentheses. Good catch
HI i have a table where i need to sum only the select row and for selected columns only how can i do that
only the edited columns data need to sum and only selected row in table
Thanks this i have resolved
Just a brief update that in our new table component, summing up table columns in a "summary row" should now be much easier to configure! Check out this comment