Can't bind to dtOptions since it isn't a known property of table
I'm submitting a problem
Current behavior
Expected behavior
try with-options
Minimal reproduction of the problem with instructions
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>
Environment
- 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
I fork project ngx-admin ;
try to integrated angular-datatable
read getting started
But there are exceptions
project code
Please help me
angular datatables angular-datatables ngx-admin
|
show 1 more comment
I'm submitting a problem
Current behavior
Expected behavior
try with-options
Minimal reproduction of the problem with instructions
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>
Environment
- 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
I fork project ngx-admin ;
try to integrated angular-datatable
read getting started
But there are exceptions
project code
Please help me
angular datatables angular-datatables ngx-admin
Usually this kind of error message is related to missing imports.
– GCSDC
Nov 22 '18 at 2:36
I tried to introduce DataTablesModule to the same result.
– Tom Yule
Nov 22 '18 at 2:51
Did you include both the import statement and the DataTablesModule into your module imports array? Are the component on which DataTable is being used on the same module on which you're importing DataTablesModule?
– GCSDC
Nov 22 '18 at 2:58
It seems like a total mess - there is nothing to do with angular here - there is no property asdtOptions
for an html that is what the error suggest - add some of your code what you tried
– Rahul
Nov 22 '18 at 3:04
I can't understand where DataTables.Settings came from. I saw angular-datatables demo.github.com/l-lin/angular-datatables/tree/master/demo Neither copy nor paste works.
– Tom Yule
Nov 22 '18 at 3:09
|
show 1 more comment
I'm submitting a problem
Current behavior
Expected behavior
try with-options
Minimal reproduction of the problem with instructions
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>
Environment
- 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
I fork project ngx-admin ;
try to integrated angular-datatable
read getting started
But there are exceptions
project code
Please help me
angular datatables angular-datatables ngx-admin
I'm submitting a problem
Current behavior
Expected behavior
try with-options
Minimal reproduction of the problem with instructions
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>
Environment
- 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
I fork project ngx-admin ;
try to integrated angular-datatable
read getting started
But there are exceptions
project code
Please help me
angular datatables angular-datatables ngx-admin
angular datatables angular-datatables ngx-admin
asked Nov 22 '18 at 2:32
Tom YuleTom Yule
146
146
Usually this kind of error message is related to missing imports.
– GCSDC
Nov 22 '18 at 2:36
I tried to introduce DataTablesModule to the same result.
– Tom Yule
Nov 22 '18 at 2:51
Did you include both the import statement and the DataTablesModule into your module imports array? Are the component on which DataTable is being used on the same module on which you're importing DataTablesModule?
– GCSDC
Nov 22 '18 at 2:58
It seems like a total mess - there is nothing to do with angular here - there is no property asdtOptions
for an html that is what the error suggest - add some of your code what you tried
– Rahul
Nov 22 '18 at 3:04
I can't understand where DataTables.Settings came from. I saw angular-datatables demo.github.com/l-lin/angular-datatables/tree/master/demo Neither copy nor paste works.
– Tom Yule
Nov 22 '18 at 3:09
|
show 1 more comment
Usually this kind of error message is related to missing imports.
– GCSDC
Nov 22 '18 at 2:36
I tried to introduce DataTablesModule to the same result.
– Tom Yule
Nov 22 '18 at 2:51
Did you include both the import statement and the DataTablesModule into your module imports array? Are the component on which DataTable is being used on the same module on which you're importing DataTablesModule?
– GCSDC
Nov 22 '18 at 2:58
It seems like a total mess - there is nothing to do with angular here - there is no property asdtOptions
for an html that is what the error suggest - add some of your code what you tried
– Rahul
Nov 22 '18 at 3:04
I can't understand where DataTables.Settings came from. I saw angular-datatables demo.github.com/l-lin/angular-datatables/tree/master/demo Neither copy nor paste works.
– Tom Yule
Nov 22 '18 at 3:09
Usually this kind of error message is related to missing imports.
– GCSDC
Nov 22 '18 at 2:36
Usually this kind of error message is related to missing imports.
– GCSDC
Nov 22 '18 at 2:36
I tried to introduce DataTablesModule to the same result.
– Tom Yule
Nov 22 '18 at 2:51
I tried to introduce DataTablesModule to the same result.
– Tom Yule
Nov 22 '18 at 2:51
Did you include both the import statement and the DataTablesModule into your module imports array? Are the component on which DataTable is being used on the same module on which you're importing DataTablesModule?
– GCSDC
Nov 22 '18 at 2:58
Did you include both the import statement and the DataTablesModule into your module imports array? Are the component on which DataTable is being used on the same module on which you're importing DataTablesModule?
– GCSDC
Nov 22 '18 at 2:58
It seems like a total mess - there is nothing to do with angular here - there is no property as
dtOptions
for an html that is what the error suggest - add some of your code what you tried– Rahul
Nov 22 '18 at 3:04
It seems like a total mess - there is nothing to do with angular here - there is no property as
dtOptions
for an html that is what the error suggest - add some of your code what you tried– Rahul
Nov 22 '18 at 3:04
I can't understand where DataTables.Settings came from. I saw angular-datatables demo.github.com/l-lin/angular-datatables/tree/master/demo Neither copy nor paste works.
– Tom Yule
Nov 22 '18 at 3:09
I can't understand where DataTables.Settings came from. I saw angular-datatables demo.github.com/l-lin/angular-datatables/tree/master/demo Neither copy nor paste works.
– Tom Yule
Nov 22 '18 at 3:09
|
show 1 more comment
1 Answer
1
active
oldest
votes
set app.module.ts
improt DataTablesModule.forRoot(),
set tables.module.ts
imports DataTablesModule
Thank you for your help. The problem has been solved.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53423098%2fcant-bind-to-dtoptions-since-it-isnt-a-known-property-of-table%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
set app.module.ts
improt DataTablesModule.forRoot(),
set tables.module.ts
imports DataTablesModule
Thank you for your help. The problem has been solved.
add a comment |
set app.module.ts
improt DataTablesModule.forRoot(),
set tables.module.ts
imports DataTablesModule
Thank you for your help. The problem has been solved.
add a comment |
set app.module.ts
improt DataTablesModule.forRoot(),
set tables.module.ts
imports DataTablesModule
Thank you for your help. The problem has been solved.
set app.module.ts
improt DataTablesModule.forRoot(),
set tables.module.ts
imports DataTablesModule
Thank you for your help. The problem has been solved.
answered Nov 22 '18 at 3:48
Tom YuleTom Yule
146
146
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53423098%2fcant-bind-to-dtoptions-since-it-isnt-a-known-property-of-table%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Usually this kind of error message is related to missing imports.
– GCSDC
Nov 22 '18 at 2:36
I tried to introduce DataTablesModule to the same result.
– Tom Yule
Nov 22 '18 at 2:51
Did you include both the import statement and the DataTablesModule into your module imports array? Are the component on which DataTable is being used on the same module on which you're importing DataTablesModule?
– GCSDC
Nov 22 '18 at 2:58
It seems like a total mess - there is nothing to do with angular here - there is no property as
dtOptions
for an html that is what the error suggest - add some of your code what you tried– Rahul
Nov 22 '18 at 3:04
I can't understand where DataTables.Settings came from. I saw angular-datatables demo.github.com/l-lin/angular-datatables/tree/master/demo Neither copy nor paste works.
– Tom Yule
Nov 22 '18 at 3:09