Skip to content

fix(table-core): allow reactivity bindings to provide schedule fn#6261

Merged
riccardoperra merged 1 commit into
alphafrom
fix/reactivity-schedule-custom
May 15, 2026
Merged

fix(table-core): allow reactivity bindings to provide schedule fn#6261
riccardoperra merged 1 commit into
alphafrom
fix/reactivity-schedule-custom

Conversation

@riccardoperra
Copy link
Copy Markdown
Collaborator

@riccardoperra riccardoperra commented May 14, 2026

This introduces a new schedule property in TableReactivityBindings that allows adapters to pass a custom fn to be scheduled. This is currently useful for frameworks like Angular (w/ zone.js) that patches native API like queueMicrotask, which could lead to weird behaviors (e.g infinite loops)

This introduces a new `schedule` property in TableReactivityBindings that allows adapters to pass a custom fn to be scheduled. This is currently useful for frameworks like Angular (w/ zone.js) that patches native API like queueMicrotask, which could lead to weird behaviors.
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented May 14, 2026

View your CI Pipeline Execution ↗ for commit 904fa84

Command Status Duration Result
nx affected --targets=test:eslint,test:sherif,t... ✅ Succeeded 2m 49s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 28s View ↗

☁️ Nx Cloud last updated this comment at 2026-05-14 19:01:24 UTC

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 14, 2026

More templates

@tanstack/angular-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/angular-table@6261

@tanstack/lit-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/lit-table@6261

@tanstack/match-sorter-utils

npm i https://pkg.pr.new/TanStack/table/@tanstack/match-sorter-utils@6261

@tanstack/preact-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/preact-table@6261

@tanstack/preact-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/preact-table-devtools@6261

@tanstack/react-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/react-table@6261

@tanstack/react-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/react-table-devtools@6261

@tanstack/solid-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/solid-table@6261

@tanstack/solid-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/solid-table-devtools@6261

@tanstack/svelte-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/svelte-table@6261

@tanstack/table-core

npm i https://pkg.pr.new/TanStack/table/@tanstack/table-core@6261

@tanstack/table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/table-devtools@6261

@tanstack/vue-table

npm i https://pkg.pr.new/TanStack/table/@tanstack/vue-table@6261

@tanstack/vue-table-devtools

npm i https://pkg.pr.new/TanStack/table/@tanstack/vue-table-devtools@6261

commit: 904fa84

@riccardoperra riccardoperra merged commit ad26c57 into alpha May 15, 2026
7 checks passed
@riccardoperra riccardoperra deleted the fix/reactivity-schedule-custom branch May 15, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant