MCPcopy
hub / github.com/wavetermdev/waveterm / MakeTableComponent

Function MakeTableComponent

tsunami/ui/table.go:204–206  ·  view source on GitHub ↗
(componentName string)

Source from the content-addressed store, hash-verified

202}
203
204func MakeTableComponent[T any](componentName string) vdom.Component[TableProps[T]] {
205 return app.DefineComponent(componentName, genTableRenderFunc[T])
206}
207
208func genTableRenderFunc[T any](props TableProps[T]) any {
209 // State for sorting

Callers

nothing calls this directly

Calls 1

DefineComponentFunction · 0.92

Tested by

no test coverage detected