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

Function extraHeaders

src/ui-solid-dom/common/index.tsx:81–86  ·  view source on GitHub ↗
(
  extraCells: MaybeAccessor<(ExtraRowCell | ExtraValueCell)[] | undefined> = [],
)

Source from the content-addressed store, hash-verified

79 });
80
81export const extraHeaders = (
82 extraCells: MaybeAccessor<(ExtraRowCell | ExtraValueCell)[] | undefined> = [],
83) =>
84 arrayMap(getValue(extraCells) ?? [], (extraCell) => (
85 <th class={EXTRA}>{extraCell.label}</th>
86 ));

Callers 3

contentFunction · 0.90
ValuesInHtmlTableFunction · 0.90
contentFunction · 0.90

Calls 2

arrayMapFunction · 0.90
getValueFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…