Whether the table has all the information to start rendering.
()
| 989 | |
| 990 | /** Whether the table has all the information to start rendering. */ |
| 991 | private _canRender(): boolean { |
| 992 | return this._hasAllOutlets && this._hasInitialized; |
| 993 | } |
| 994 | |
| 995 | /** Renders the table if its state has changed. */ |
| 996 | private _render(): void { |
no outgoing calls
no test coverage detected