MCPcopy Index your code
hub / github.com/tinyplex/tinybase / extraHeaders

Function extraHeaders

src/ui-react-dom/common/index.tsx:80–88  ·  view source on GitHub ↗
(
  extraCells: (ExtraRowCell | ExtraValueCell)[] = [],
  after: 0 | 1 = 0,
)

Source from the content-addressed store, hash-verified

78 (after ? '>' : '<') + index;
79
80export const extraHeaders = (
81 extraCells: (ExtraRowCell | ExtraValueCell)[] = [],
82 after: 0 | 1 = 0,
83) =>
84 arrayMap(extraCells, ({label}, index) => (
85 <th className={EXTRA} key={extraKey(index, after)}>
86 {label}
87 </th>
88 ));

Callers 3

RelationshipInHtmlTableFunction · 0.90
ValuesInHtmlTableFunction · 0.90
HtmlTableFunction · 0.90

Calls 2

arrayMapFunction · 0.90
extraKeyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…