MCPcopy Index your code
hub / github.com/TanStack/table / onChange

Method onChange

examples/lit/filters/src/main.ts:79–81  ·  view source on GitHub ↗
(evt: InputEvent)

Source from the content-addressed store, hash-verified

77 private column!: Column<any, {}>
78
79 private onChange(evt: InputEvent) {
80 this.column?.setFilterValue((evt.target as HTMLInputElement).value)
81 }
82
83 render() {
84 const { filterVariant } = this.column.columnDef.meta ?? {}

Callers 1

memoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected