Quote from
Ingo on August 14, 2018, 10:37 am
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.
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.