MCPcopy
hub / github.com/myliang/x-spreadsheet / buildTable

Function buildTable

src/component/border_palette.js:7–11  ·  view source on GitHub ↗
(...trs)

Source from the content-addressed store, hash-verified

5import { cssPrefix } from '../config';
6
7function buildTable(...trs) {
8 return h('table', '').child(
9 h('tbody', '').children(...trs),
10 );
11}
12
13function buildTd(iconName) {
14 return h('td', '').child(

Callers 1

constructorMethod · 0.85

Calls 3

hFunction · 0.90
childMethod · 0.80
childrenMethod · 0.80

Tested by

no test coverage detected