Skip to content

Tags: TanStack/table

Tags

v9.0.0-beta.0

Toggle v9.0.0-beta.0's commit message
fix: set beta versions

v9.0.0-alpha.48

Toggle v9.0.0-alpha.48's commit message
chore: package upgrades

v9.0.0-alpha.47

Toggle v9.0.0-alpha.47's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: lots of various performance improvements (#6268)

* create performance improvement plan

* fix: remove .some closure from memo

* fix: column pinning early return logic for headers and row cells

* fix: isNumberArray short circuit

* fix: optimize max depth

* fix: optimize span calculations in header groups

* fix: get rid of duplacted pinning logic in table.getLeafHeaders

* fix: do the performance meme of replacing forof with for

* fix: combine some for loops

* fix: increase sorting performance by 40% by not cloning non-expandable rows.

* docs: add new kitchen-sink example

* docs: add kitchen sink examples for other frameworks

* fix: table.get*Size memoization

* fix: row expanding parent row check

* fix subscriptions again

* fix tsconfig?

* fix svelte example?