角响应数据表不适用于i18N

时间:2019-04-01 14:02:02

标签: internationalization angular7 angular-datatables responsiveness angular-i18n

我正在使用数据表的响应功能,下面是代码段

this.dtOptions = {
    // few project specific configs
       autoWidth: false,
      responsive: true,
    };

与此同时,我正在应用国际化(i18N)以支持多语言,下面是我的代码段

import { TranslateService } from 'ng2-translate';
// .... some code

如果“响应”为true,则i18N不起作用,但如果为false,则它起作用。我还观察到,只有响应部分不起作用(那些列已折叠)

如果您需要更多信息,请告诉我。

0 个答案:

没有答案