MCPcopy
hub / github.com/TanStack/table / getOptionsWithReactiveData

Function getOptionsWithReactiveData

packages/vue-table/src/index.ts:45–51  ·  view source on GitHub ↗
(
  options: TableOptionsWithReactiveData<TData>
)

Source from the content-addressed store, hash-verified

43})
44
45function getOptionsWithReactiveData<TData extends RowData>(
46 options: TableOptionsWithReactiveData<TData>
47) {
48 return mergeProxy(options, {
49 data: unref(options.data),
50 })
51}
52
53export function useVueTable<TData extends RowData>(
54 initialOptions: TableOptionsWithReactiveData<TData>

Callers 1

useVueTableFunction · 0.85

Calls 1

mergeProxyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…