Skip to content

Tags: formspree/react-table

Tags

v7.7.0

Toggle v7.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add two new built in sort types (TanStack#3235)

* feat(sortTypes): Add string and number sort types

New sort types better serve certain edge cases for columns with string or number values. Number strips out non decimal or numerical value from strings and only sorts what is left. String sorts strings case-insensitively until it reaches a title, and then it will do case-sensitive sort (TanStack#3137).

* docs(useSortBy): Add two new sort types

Add new built-in sort functions 'number' and 'string'

* test(useSortBy): Increase coverage for useSortBy

Add new sort types (number, string) to
certain columns to achieve sufficient coverage.

v7.6.3

Toggle v7.6.3's commit message
fix: provide parentRows and data to accessor

v7.6.2

Toggle v7.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): add support for React 17 (TanStack#2852)

fix TanStack#2846

Co-authored-by: Sergei Startsev <[email protected]>

v7.6.1

Toggle v7.6.1's commit message

Verified

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

recalulate -> recalculate

v7.6.0

Toggle v7.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(utils): Add recently removed export statement (TanStack#2764)

* fix(utils): Add recently removed export statement

* Add recently removed export statement (via TanStack#2738)
* Remove log statements

* Update utils.js

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)