akveo / akveo/ngx-admin-bundle-support
Tree Grid does not work
- 主要语言
- TypeScript
- 星标
- 56
- 派生
- 30
- PR 合并指标
- 30 天内没有已合并 PR
描述
The following exception is thrown while trying to integrate TreeGrid component by following example provided in documentation for the Data Source use
This is html code at line referenced below in stack : at AllAnalyticsComponent_Template (all-analytics.component.html:5)
`
`
Exception stack
```ERROR Error: Uncaught (in promise): TypeError: Cannot read property 'nativeElement' of null
TypeError: Cannot read property 'nativeElement' of null
at new CdkTable (table.js:1265)
at new NbTable (index.js:18425)
at new NbTreeGridComponent (index.js:25275)
at NodeInjectorFactory.NbTreeGridComponent_Factory [as factory] (index.js:25416)
at getNodeInjectable (core.js:4029)
at instantiateAllDirectives (core.js:7963)
at createDirectivesInstances (core.js:7329)
at Module.ɵɵelementStart (core.js:13901)
at AllAnalyticsComponent_Template (all-analytics.component.html:5)
at executeTemplate (core.js:7302)
at resolvePromise (zone-evergreen.js:798)
at resolvePromise (zone-evergreen.js:750)
at zone-evergreen.js:860
at ZoneDelegate.invokeTask (zone-evergreen.js:399)
at Object.onInvokeTask (core.js:27424)
at ZoneDelegate.invokeTask (zone-evergreen.js:398)
at Zone.runTask (zone-evergreen.js:167)
at drainMicroTaskQueue (zone-evergreen.js:569)
at ZoneTask.invokeTask [as invoke] (zone-evergreen.js:484)
at invokeTask (zone-evergreen.js:1621)
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。