TanStack
OSS
table
Sign in / Sign up
Open main menu
table
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
alpha
753baba5 feat(table): support external reactivity binding (#6237) * feat(table): support external reactivity binding * feat(table): update reactivity bindings * feat(table): add abstract `batch` fn to reactivity system * feat(table): refactor vue, svelte, lit, preact adapters to support native reactivity * ci: apply automated fixes * fix(react-table): try to fix set state in render * chore: add some internal docs in reactivity bindings * package upgrade sync * rename reactivity stuff as coreReactivityFeature * fix preact filter components * fix tests * update useLegacyTable selector * fix useLegacyTable infinite re-render bug * remove bad comment --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
by Riccardo P...
R
Succeeded
alpha
2e4af827 fix(angular): [v9] fix conditional flexRenderComponent rendering (#6219) * fix(angular): fix conditional flexRenderComponent rendering This resolve a rendering issue with flexRenderDirective that doesn't re-render component while using conditional flexRenderComponent return in column configuration * chore: fix sherif * lint: fix solid devtools lint
by Riccardo P...
R
Succeeded
main
74ca4d8a fix(angular): fix conditional flexRenderComponent rendering (#6218) Solve a rendering issue with flexRenderDirective that doesn't re-render component while using conditional `flexRenderComponent` in the same cell column configuration (same cell reference in template, so it's a case where you are not updating table state but relies on external data outside of table scope)
by Riccardo P...
R
Succeeded
alpha
114e45da fix(react-table): fix infinite rerender issue in useLegacyTable (#6202)
by Riccardo P...
R
Succeeded
alpha
88f0f3a8 feat(solid): add solid createTableHook and v9 examples (#6198) * feat: add solid createTableHook * feat(solid): createTableHook helper Add new examples: - basic app table - composble tables Update config.json to render new solid table examples * ci: apply automated fixes * chore(solid): add new table examples Add new examples: - basic-external-state - basic-external-stpore - basic-use-table - with-tanstack-query Update config.json to render new solid table examples --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Riccardo P...
R
Succeeded
alpha
3e453343 feat(angular,solid,vue): add core signal reactivity feature (#6181) feat: angular, solid, vue adapters with notifier reactivity feature - Table will expose a optionsStore which is a store storing the table options. This remove the necessity to call table.baseStore.setOptions(prev => ({...prev})) on every setOptions in our adapters. Since options will be reactive and patched with the notifier given by the adapter through thetableReactivityFeature, solid/vue table will update even if an option change after table construction (properties given as a getter) - Add table solid devtools - Improve solid reactivity to automatically react to changes when options change while using signals
by Riccardo P...
R
Succeeded
6181
f4d29cee [WIP] feat: refactor reactivity feature with store override (#6182) * feat: update @tanstack/store to v9 * Update packages/table-core/src/core/table/constructTable.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: lockfile * ci: apply automated fixes * feat: add solid table devtools * feat: add table devtools options panel * feat: move reactivity feature to core * feat: refactor reactivity feature with notifier impl * feat: try to refactor vue adapter * ci: apply automated fixes * wip vue adapter * wip options as store + some fixes in solid, angular adapter. fix react adapter * fix vue adapter * fix types * fix table devtools * fix lint * fix table devtools * fix knip issues --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Riccardo P...
R
Succeeded
6181
976cd8f3 [WIP] feat: refactor reactivity feature with store override (#6182) * feat: update @tanstack/store to v9 * Update packages/table-core/src/core/table/constructTable.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * fix: lockfile * ci: apply automated fixes * feat: add solid table devtools * feat: add table devtools options panel * feat: move reactivity feature to core * feat: refactor reactivity feature with notifier impl * feat: try to refactor vue adapter * ci: apply automated fixes * wip vue adapter * wip options as store + some fixes in solid, angular adapter. fix react adapter * fix vue adapter * fix types * fix table devtools * fix lint * fix table devtools * fix knip issues --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
by Riccardo P...
R
Previous page
Previous
Next
Next page