Open yutoliiho opened 3 years ago
I'm submitting a ... (check one with "x")
Current behavior:
actions: { columnTitle: this.translate.instant('function.actions'), },
columns: { name: {title: this.translate.instant('function.name'), // ...... },
Expected behavior:
I used this.translate.instant(''), all column headers was translated except actions.columnTitle
Reopening this issue ...
action {columnTitle: this.translate.instance('...') } noDataMessage: this.translate.instance('...')
Both are not translating
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
columns: { name: {title: this.translate.instant('function.name'), // ...... },
Expected behavior:
I used this.translate.instant(''), all column headers was translated except actions.columnTitle