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.
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