No provider for ScrollbarHelper!
See original GitHub issueI’m submitting a … (check one with “x”)
[ X ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
Just trying out a basic example:
<ngx-datatable
[rows]="products">
<ngx-datatable-column name="Name">
<ng-template let-value="name" ngx-datatable-cell-template>
{{ value }}
</ng-template>
</ngx-datatable-column>
</ngx-datatable>
core.js:1350 ERROR Error: Uncaught (in promise): Error: StaticInjectorError[ScrollbarHelper]:
StaticInjectorError[ScrollbarHelper]:
NullInjectorError: No provider for ScrollbarHelper!
-
Table version: “^11.0.4”
-
Angular version: ^5.0.0
-
Browser: [all]
-
Language: [~2.4.2]
Issue Analytics
- State:
- Created 6 years ago
- Comments:9
Top Results From Across the Web
NullInjectorError: No provider for ScrollbarHelper
When you have a component among entryComponents array make sure you remove all selectors from html for that component.
Read more >A brand new website interface for an even better experience!
No provider for ScrollbarHelper !
Read more >NullInjectorError: No provider for MDBModalService!
You have a typo in the main MDB module import. You're importing MDBBootstrapModulePro which contains only Pro classes. You should import MDBBootstrapModulesPro ...
Read more >[Debugging] NullInjectorError: No provider for {Class}!
In this video, you'll learn what the error "NullInjectorError: No provider for {Class}!" means, how to debug it, and prevent it from ...
Read more >I added new entity from Code Generator abp suite ...
ABP Framework version: v5.2.2 UI type: Angular DB provider: EF Core Tiered (MVC) or ... NullInjectorError: No provider for ScrollbarHelper!
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have a crutch solution for this case, just add ScrollbarHelper, DimensionsHelper, ColumnChangesService in providers in component with modal from ‘@swimlane/ngx-datatable’
@heitorgiacomini Did you solve this? I have the same problem