type VueTable<TFeatures, TData> = Table<TFeatures, TData> & object;Defined in: packages/vue-table/src/useTable.ts:46
Subscribe: (props) => VNode | VNode[];Creates a reactive render boundary. The child function reads the table atoms it needs, so Vue only tracks those atom reads.
(atoms) => VNode | VNode[]
VNode | VNode[]
TFeatures extends TableFeatures
TData extends RowData