table

🤖 Headless UI for building powerful tables & datagrids for TS/JS - React-Table, Vue-Table, Solid-Table, Svelte-Table

MIT License

Downloads
24.3M
Stars
25K
Committers
447

Bot releases are visible (Hide)

table - https://github.com/TanStack/table/releases/tag/v8.20.5

Published by github-actions[bot] about 2 months ago

Version 8.20.5 - 8/24/24, 11:37 PM

Changes

Fix

  • table-core: allow searching of numbers (#5718) (237b1c4) by GaganSingh7

Docs

  • vue: add information about shallowRef for reactive data (#5706) (58913b6) by Ola Alsaker

Packages

table - https://github.com/TanStack/table/releases/tag/v8.20.4

Published by github-actions[bot] 2 months ago

Version 8.20.4 - 8/9/24, 12:41 PM

Changes

Fix

  • make normal JS-getter work, make reactivity a non-breaking change (#5702) (5110aa9) by Ola Alsaker

Packages

table - https://github.com/TanStack/table/releases/tag/v8.20.3

Published by github-actions[bot] 2 months ago

Version 8.20.3 - 8/9/24, 12:35 AM

Changes

Fix

  • major performance bug in Vue-adapter (#5698) (fb2d72f) by Ola Alsaker

Docs

  • correct broken link to row models section in table guide (#5699) (836cbb7) by Mauricio Piber

Packages

table - https://github.com/TanStack/table/releases/tag/v8.20.2

Published by github-actions[bot] 2 months ago

Version 8.20.2 - 8/5/24, 11:30 PM

Changes

Fix

  • improve reactivity for data in Vue-adapter (#5694) (7331506) by Ola Alsaker

Docs

  • add min and max in pagination "number" input. (#5321) (2fea8c2) by @benluo

Packages

table - https://github.com/TanStack/table/releases/tag/v8.20.1

Published by github-actions[bot] 3 months ago

Version 8.20.1 - 8/3/24, 10:29 PM

Changes

Fix

  • id building was not consistent when using deep accessorKey (4754) (#5430) (84cf73a) by Roman Kozodoi

Docs

  • fix link to row-models doc in guide/tables.md (#5467) (55da0c3) by @0ctothorp
  • Update columns.md (#5666) (a8d1971) by squidjam

Packages

table - https://github.com/TanStack/table/releases/tag/v8.20.0

Published by github-actions[bot] 3 months ago

Version 8.20.0 - 8/3/24, 9:32 PM

Changes

Feat

  • add support for reactivity in Vue-adapter (#5687) (ab8e318) by @OlaAlsaker

Docs

  • fixed wrong path (#5693) (f8a018d) by Hannes

Packages

table - https://github.com/TanStack/table/releases/tag/v8.19.4

Published by github-actions[bot] 3 months ago

Version 8.19.4 - 8/3/24, 8:50 PM

Changes

Fix

  • getFacetedMinMaxValues default implementation sometimes returning array of arrays (#5676) (9d54b2e) by Vincent Rubinetti

Chore

  • update @tanstack/config (#5678) (dd210f9) by Lachlan Collins
  • match-sorter-utils: fix JSDoc comment for rankItem (#5671) (92ef946) by Dayyan Smith

Ci

  • Add autofix.yml (#5669) (efba3b0) by Lachlan Collins

Docs

  • update broken links in README (#5691) (be8d0e7) by eelpik
  • typo in multi-sorting guide (#5686) (2c74877) by brokenrice
  • fix typo on tables.md (#5681) (a669e39) by Rohit Dalal
  • Clarify that getIsSomeRowsSelected return false if all rows are selected (#5337) (5f7ddd6) by SMU
  • angular-table: Update table-state.md (#5677) (fe690df) by @nicklemmon
  • Fix typo in documentation (#5673) (7bf42dd) by Maxime Julian
  • update the syntax highlighting for angular (#5668) (e420d00) by @mgechev

Packages

table - https://github.com/TanStack/table/releases/tag/v8.19.3 Latest Release

Published by github-actions[bot] 3 months ago

Version 8.19.3 - 7/14/24, 8:44 AM

Changes

Fix

  • table-core: assign unassign parentId in grouped row model (#5657) (a71ce10) by PiR

Ci

  • enable npm provenance (#5654) (0054eb3) by Lachlan Collins
  • Add pkg-pr-new previews (#5648) (241f26f) by Lachlan Collins

Docs

  • use @tanstack/lit-virtual for the virtualized table example (#5655) (bb0a536) by @kadoshms
  • Fix typo in docs/guide/data.md (#5642) (6a4a10d) by Joseph Markus
  • vue: vue filters example (#5644) (e749f31) by Radu Suciu
  • fix rowpinningstate (7548860) by Kevin Vandy

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.10

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.10 - 6/30/24, 5:59 PM

Changes

Fix

  • table-core: getTopRows and getBottomRows ref stability - fixes #5624 (#5637) (ace8a46) by Kevin Van Cott

Docs

  • fix rowpinningstate (7548860) by Kevin Vandy

Packages

table - https://github.com/TanStack/table/releases/tag/v8.19.2

Published by tannerlinsley 4 months ago

Version 8.19.2 - 6/30/24, 3:27 PM

Changes

Fix

  • table-core: getTopRows and getBottomRows ref stability - fixes #5624 (#5637) (ace8a46) by Kevin Van Cott

Chore

  • upgrade packages except for angular and typescript (#5635) (e585a2e) by Kevin Van Cott

Ci

  • Optimise Nx workflow (#5636) (18d581e) by Lachlan Collins

Docs

  • lit: Add example for virtualized rows (#5599) (8e1baac) by @kadoshms

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.9

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.9 - 6/30/24, 4:29 AM

Changes

Fix

  • angular-table: View is not updated anymore when flexRenderDirective is instantiated the first time with an empty value (#5626) (bfa96d8) by @riccardoperra

Chore

  • upgrade packages except for angular and typescript (#5635) (e585a2e) by Kevin Van Cott

Ci

  • Optimise Nx workflow (#5636) (18d581e) by Lachlan Collins

Docs

  • examples: Fix new vue example (2b2f89f) by Lachlan Collins
  • lit: Add example for virtualized rows (#5599) (8e1baac) by @kadoshms
  • vue: vue subcomponents example (#5631) (78b9012) by Radu Suciu

Packages

table - https://github.com/TanStack/table/releases/tag/v8.19.1

Published by tannerlinsley 4 months ago

Version 8.19.1 - 6/29/24, 11:34 PM

Changes

Fix

  • angular-table: View is not updated anymore when flexRenderDirective is instantiated the first time with an empty value (#5626) (bfa96d8) by @riccardoperra

Ci

  • Update TanStack Config to v0.8 (#5627) (c09d214) by Lachlan Collins
  • Update Nx (#5606) (41f3e4e) by Lachlan Collins

Docs

  • vue: vue subcomponents example (#5631) (78b9012) by Radu Suciu
  • examples: Fix Qwik examples (#5633) (6a4f224) by Lachlan Collins
  • examples: Add example using TanStack Query and Router (#5625) (80e45cc) by Leonardo Montini
  • table fix editable example link (#5628) (bbe4ba3) by @fxamauri
  • Remove duplicate words (#5629) (c0e6122) by Samuel Candela
  • fix Header link in Header Group API (#5608) (5edd993) by Lucas Vargas
  • pagination: rephrase autoResetPageIndex behaviour (#5601) (22e1ac4) by Leonardo Montini
  • react-table: add dependency because columnSizeVars does not change (#5597) (f7e69bc) by YoonMinSang
  • angular-table: Adding documentation for custom component support. (#5590) (d6839d6) by mamerto-g

Tests

  • Move tests folders (#5634) (f159b04) by Lachlan Collins

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.8

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.8 - 6/29/24, 1:08 AM

Changes

Fix

  • Fix sherif issues (9bda635) by Lachlan Collins

Chore

  • Remove babel dependencies (#5632) (d2c8076) by Lachlan Collins
  • Fix merge (0760014) by Lachlan Collins

Ci

  • Update TanStack Config to v0.8 (#5627) (c09d214) by Lachlan Collins

Docs

  • Fix new react example (b79fa7e) by Lachlan Collins
  • examples: Fix Qwik examples (#5633) (6a4f224) by Lachlan Collins
  • examples: Add example using TanStack Query and Router (#5625) (80e45cc) by Leonardo Montini
  • table fix editable example link (#5628) (bbe4ba3) by @fxamauri
  • Remove duplicate words (#5629) (c0e6122) by Samuel Candela
  • update svelte table docs (5e5a830) by Kevin Van Cott
  • update svelte-table docs (#5622) (c8742cd) by Walker Lockard
  • fix Header link in Header Group API (#5608) (5edd993) by Lucas Vargas

Tests

  • Move tests folders (#5634) (f159b04) by Lachlan Collins

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.7

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.7 - 6/20/2024, 2:18 AM

Changes

Fix

  • solid-table: Add solid export condition (#5616) (381305a8) by Lachlan Collins

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.6

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.6 - 6/20/2024, 1:01 AM

Changes

Feat

  • follow other tanstack naming conventions (#5615) (ab2b4913) by Kevin Van Cott

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.5

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.5 - 6/17/2024, 3:31 AM

Changes

Fix

  • svelte-table: improve type inference (#5603) (25350f3a) by Naser Aleisa

Ci

  • Update Nx (#5606) (41f3e4e7) by Lachlan Collins

Docs

  • pagination: rephrase autoResetPageIndex behaviour (#5601) (22e1ac4e) by Leonardo Montini

Other

  • upgrade bable deps (a1235c8c) by Kevin Vandy
  • upgrade angular deps (102d3e5a) by Kevin Vandy
  • upgrade vite deps (1ebc13bf) by Kevin Vandy

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.4

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.4 - 6/12/2024, 9:33 AM

Changes

Fix

  • svelte-table: Remove unnecessary peerDependencies (#5598) (99cc35a2) by Lachlan Collins

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.3

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.3 - 6/12/2024, 4:27 AM

Changes

Feat

  • angular-table: Added support for custom component renderer with signal (#5576) (3ae414cc) by mamerto-g

Chore

  • Merge branch "main" into alpha (f7662827) by Kevin Vandy

Docs

  • react-table: add dependency because columnSizeVars does not change (#5597) (f7e69bc9) by YoonMinSang
  • angular-table: Adding documentation for custom component support. (#5590) (d6839d63) by mamerto-g
  • add missing angular co faker dep (6fde6950) by Kevin Vandy

Other

  • update example table version (8febb952) by Kevin Vandy

Packages

table - https://github.com/TanStack/table/releases/tag/v9.0.0-alpha.2

Published by tannerlinsley 4 months ago

Version 9.0.0-alpha.2 - 6/12/2024, 4:09 AM

Changes

Feat

  • svelte 5 adapter (#5403) (12d41573) by Walker Lockard

Packages

table - https://github.com/TanStack/table/releases/tag/v8.19.0

Published by tannerlinsley 5 months ago

Version 8.19.0 - 6/3/2024, 8:28 PM

Changes

Feat

  • angular-table: Added support for custom component renderer with signal (#5576) (3ae414cc) by mamerto-g

Docs

  • add missing angular co faker dep (6fde6950) by Kevin Vandy

Packages

Package Rankings
Top 0.49% on Npmjs.org
Top 6.72% on Proxy.golang.org
Top 21.0% on Repo1.maven.org
Related Projects