Skip to content

Tags: DavidAlphaFox/react-table

Tags

v7.5.2

Toggle v7.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: CodeSandbox and Source link (TanStack#2739)

v7.5.1

Toggle v7.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(aggregations): min, max agg -ve num handling (TanStack#2736)

v7.5.0

Toggle v7.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(useRowSelect): Improve usePagination integration - only select r…

…ows on current page (TanStack#2585)

* Working change, test, example of useRowSelect and usePagination

* remove debugging logs

* fix test plugin order

* update site documentation

* fix example readme

* add demo to manifest

Co-authored-by: Rogin Farrer <[email protected]>

v7.4.2

Toggle v7.4.2's commit message
fix: correct median aggregation calculation

Closes TanStack#2588

v7.4.1

Toggle v7.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs(useExpanded): Add sub-comp-lazy to sidebar (TanStack#2591)

v7.4.0

Toggle v7.4.0's commit message
fix: update tests

v7.3.5

Toggle v7.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: goToPage method (TanStack#2502)

v7.3.4

Toggle v7.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(useSortBy): fix the bug that causes flatRows to be incorrect when…

… sorting and using subRows (TanStack#2443)

Co-authored-by: Aaron Corley <[email protected]>
Co-authored-by: Tanner Linsley <[email protected]>

v7.3.3

Toggle v7.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Use references to renderers instead of inline functions (TanStac…

…k#2584)

In order to be able to check if a column has a default renderer, we need them to be exposed constants instead of inline functions.

v7.3.2

Toggle v7.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Enforce `useColumnOrder` to be used before useGroupBy (TanStack#…

…2553)

so that column order change done by grouping is applicable..on top of ordering done by useColumnOrder