gpt4 book ai didi

angularjs - 无法绑定(bind)到 'dtOptions' ,因为它不是 'table' 的已知属性。

转载 作者:行者123 更新时间:2023-12-04 16:42:23 24 4
gpt4 key购买 nike

我正在努力以 Angular 方式工作并使用此代码 https://l-lin.github.io/angular-datatables/#/basic/angular-way

- node version:v6.10.3
- npm version:v6.10.3
- angular version:4.3.2
- jquery version:3.2.1
- datatables version:1.10.15
- angular-datatables version:4.2.0
- angular-cli version:1.2.6

我已经采取了这些步骤来修复模块“AppModule”导入的意外值“DataTablesModule”。请添加@NgModule 注释。
 1-in tsconfig.json add
"baseUrl": ".",
"paths": {
"@angular/*": [
"node_modules/@angular/*"
]
2-in webpack.comon.js add
plugins: [
new TsConfigPathsPlugin({
configFileName: helpers.root('tsconfig.json'),
compiler: "typescript",
})
]

但得到这个错误
Can't bind to 'dtOptions' since it isn't a known property of 'table'. 

谁能帮我解决这个问题?

最佳答案

如果您有 TablesComponent ,您应该在 tables.module.ts 中使用此行文件:

import { DataTablesModule } from 'angular-datatables';

并添加 DataTablesModule@NgModule进口。

appComponent 中添加这些行时出现错误,但是当我导入我的特殊模块时,问题就解决了。

关于angularjs - 无法绑定(bind)到 'dtOptions' ,因为它不是 'table' 的已知属性。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46157303/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com