0

Please or Register to create posts and topics.

Is there a way to display data calculated in mat-cell?

Hi,

In my ts source I want to give back a value based on the row.
For example:

calcData(row: mydatatabelRow): string {
   return 'Hallo';
}

I would like to display this return value in a column. Is there a possibility? Thanks in advance for any hint and tip.