MCPcopy Index your code
hub / github.com/angular/components / getTableMissingRowDefsError

Function getTableMissingRowDefsError

src/cdk/table/table-errors.ts:52–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 * @docs-private
51 */
52export function getTableMissingRowDefsError() {
53 return Error(
54 'Missing definitions for header, footer, and row; ' +
55 'cannot determine which columns should be rendered.',
56 );
57}
58
59/**
60 * Returns an error to be thrown when the data source does not match the compatible types.

Callers 2

table.spec.tsFile · 0.90
_renderMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected