Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/TanStack/table
/ refreshData
Function
refreshData
examples/solid/sorting/src/App.tsx:15–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
const [data, setData] = createSignal(makeData(100_000))
14
const [sorting, setSorting] = createSignal<SortingState>([])
15
const refreshData = () => setData(makeData(100_000))
16
17
const columns: ColumnDef<Person>[] = [
18
{
Callers
1
App
Function · 0.70
Calls
1
makeData
Function · 0.90
Tested by
no test coverage detected