我正在提交一个问题
当前行为
预期行为
尝试使用选项
使用说明最小化重现问题
Can't bind to 'dtOptions' since it isn't a known property of 'table'. ("
<nb-card-body>
<!--<table datatable class="row-border hover">-->
<table datatable [ERROR ->][dtOptions]="dtOptions" class="row-border hover">
<thead>
<tr>
"): ng:///TablesModule/WithOptionsComponent.html@7:21
Can't bind to 'dtOptions' since it isn't a known property of 'table'. ("
<nb-card-body>
<!--<table datatable class="row-border hover">-->
<table datatable [ERROR ->][dtOptions]="dtOptions" class="row-border hover">
<thead>
<tr>
"): ng:///TablesModule/WithOptionsComponent.html@7:21
Can't bind to 'dtOptions' since it isn't a known property of 'table'. ("
<nb-card-body>
<!--<table datatable class="row-border hover">-->
<table datatable [ERROR ->][dtOptions]="dtOptions" class="row-border hover">
<thead>
环境
- node version:v10.10.0
- angular version:6.0
- angular-cli version:6.0
- jquery version:3.3.1
- datatables version:1.10.19
- angular-datatables version:7.0.0
我 fork 项目ngx-admin;尝试集成角度数据表
阅读入门
但也有例外
请帮我