ebekker / blazor-ag-grid

Blazor-wrapped component over ag-Grid -- demo:
https://blog.bkkr.us/blazor-ag-grid
MIT License
60 stars 18 forks source link

Column Formatter and footer row with column total #11

Open skaushik17582 opened 3 years ago

skaushik17582 commented 3 years ago

Hi,

I'm facing a little struggle in implementing value-formatter for a column in my grid - like a currency column for example. I saw how it is done in JS but I'm getting stuck while trying to bring it in our BlazorAgGrid project.

Also, I couldn't find an easy way to add a footer row in the grid showing the column totals. I mean, each column having a total value (or any aggregate function) shown right below itself in the footer row.

Any suggestions or pointers please?

Thanks, Sachin