作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在努力以 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
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/
我正在使用 angular-datatables在一个项目中。我是这样使用它的: ID First Last Occupation
我正在努力以 Angular 方式工作并使用此代码 https://l-lin.github.io/angular-datatables/#/basic/angular-way - node vers
我是一名优秀的程序员,十分优秀!