datatable is not allowing you to use different ChangeDetectionStrategies in enclosing components which use datatable #405
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
It is fairly easy to reproduce with the current beta.6 release:
a quick fix (but this should be evaluated also for other components) is to add ChangeDetectorRef to constructor od datatable component like this:
Without this fix the usage of this component does not give you any space for optimization of your enclosing components, because you always have to use CheckAlways which is default change detection strategy.
The text was updated successfully, but these errors were encountered: