You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to use this package in angular 5 but got error:
Can't bind to 'pagination_limit' since it isn't a known property of 'data-table'.
If 'data-table' is an Angular component and it has 'pagination_limit' input, then verify that it is part of this module.
If 'data-table' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
<data-table id="persons-grid"
headerTitle="Employees"
[ERROR ->][pagination_limit]="true"
[items]="items"
[itemCount]="itemCount"
"): ng:///AppModule/AppComponent.html@3:14
Can't bind to 'items' since it isn't a known property of 'data-table'.
The text was updated successfully, but these errors were encountered:
I tried to use this package in angular 5 but got error:
Can't bind to 'pagination_limit' since it isn't a known property of 'data-table'.
<data-table id="persons-grid"
headerTitle="Employees"
[ERROR ->][pagination_limit]="true"
[items]="items"
[itemCount]="itemCount"
"): ng:///AppModule/AppComponent.html@3:14
Can't bind to 'items' since it isn't a known property of 'data-table'.
The text was updated successfully, but these errors were encountered: