mui-datatables
mui-datatables copied to clipboard
displayRows cannot be translated
I cannot translate the pagination property "displayRows" when i try to translate it, it says the following:
Can you post a reproducible example? Thanks
textLabels: { body: { // noMatch: this.state.isLoading ? <Loading /> : '', }, pagination: this.paginate, filter: this.filter, },
Above displayRows can't translante. When use <Translation>of </Translation>, will return object.
If use ${i18n.t('of')}, It works, but need to refresh page.
Please help, many thanks