akveo / akveo/ng2-smart-table

How Can I get the average value of cells

Open
#271 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

Hi There,

I generate a table with student name and grades for different courses. Now I want to auto calculate the average grade for all courses and show the result in the last Overall column. How can I do that.
Here is the column example:
Student| English | Math | Art | Music | Overall
Sam | A | B | C | D | average(A,B,C,D)

Question2:
Can I submit all the input values and store them into database?

Question3:
How can I dynamically load the column title not with the fixed text.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.