Commit Graph

822 Commits

Author SHA1 Message Date
gargroh
a06e0fcd74 Update useColumnVisibility.js 2019-11-07 13:13:50 +05:30
gargroh
c4c601ee77 Create useColumnVisibility.js 2019-11-07 13:04:14 +05:30
gargroh
a0a11b0f89 Update useTable.js 2019-11-07 13:03:28 +05:30
gargroh
aa6bd62060 Update utils.js 2019-11-07 13:02:01 +05:30
Tanner Linsley
a5e9653165 Merge branch 'master' of https://github.com/react-tools/react-table 2019-11-05 14:41:26 -07:00
ggascoigne
3b03ea32f5 remove Record from HeaderProps and CellProps (#1601)
These definitions mask errors in the other definitions and there are better
ways of extending these.

See https://github.com/tannerlinsley/react-table/pull/1597 for an
example of an existing prototype that was missing but harder to find
because of these definitions.
2019-11-05 14:37:06 -07:00
Josh Hale
61f0ded1d9 Fix simple typo in comments. (#1606) 2019-11-05 14:36:46 -07:00
yvanzo
4c013ba214 fix: empty class attribute (#1619)
The above `join` returns an empty `className` JSX attribute when
called on an empty array, setting an empty `class` HTML attribute.

fix #1618
2019-11-05 14:29:36 -07:00
Tanner Linsley
1d0c6f5b34 Update api.md 2019-11-05 14:10:55 -07:00
Tanner Linsley
e00704fbce Test 2019-11-05 14:04:23 -07:00
Tanner Linsley
8ca57779a3 Update README.md 2019-11-05 13:45:30 -07:00
Tanner Linsley
1ba08abf74 Update README.md 2019-11-05 13:42:59 -07:00
Tanner Linsley
c1b7abd886 Update README.md 2019-11-05 13:42:00 -07:00
Tanner Linsley
c4d3ff79cb Merge branch 'master' of https://github.com/react-tools/react-table 2019-11-04 22:57:28 -07:00
Tanner Linsley
7b4a3cb3ec Update README.md 2019-11-04 22:54:11 -07:00
Tanner Linsley
43f116da76 Update README.md 2019-11-04 22:53:54 -07:00
Tanner Linsley
00f223d78d Merge branch 'master' of https://github.com/react-tools/react-table 2019-11-04 22:50:33 -07:00
Tanner Linsley
3747f26a3f Update README.md 2019-11-04 22:50:13 -07:00
Chuck Danielsson
9698677982 Update syntax in examples (#1631) 2019-11-04 22:29:31 -07:00
Tanner Linsley
0e92ec2415 Update README.md 2019-11-04 11:58:22 -07:00
Tanner Linsley
bb505aad58 Update README.md 2019-11-04 11:57:52 -07:00
Tanner Linsley
c4ac495d55 Update README.md 2019-10-30 18:01:55 -06:00
Tanner Linsley
e0c85b8b02 Update README.md 2019-10-30 17:59:52 -06:00
Tanner Linsley
578af7964e Update README.md 2019-10-30 17:59:29 -06:00
Michael Stramel
4b7c85624b Add selectedFlatRows (#1597) 2019-10-14 16:17:37 -06:00
Hugo Bove
1ea677331c fix(usegroupby): column.disableGrouping inverted logic (#1596)
unlike other hooks, the column.disableGrouping actually enabled grouping for a column
2019-10-14 09:25:22 -06:00
gargroh
83ee60d715 [useTable] Manage layout to honor column's show property (#1594) 2019-10-14 09:24:05 -06:00
Nattasit Moonchanabaht
9c7b1e3313 ♻️ Refactor code (#1588) 2019-10-12 16:25:33 -06:00
Christian Murphy
62924dea9b refactor: update complex types to use Array<> syntax (#1587)
re-enables dtslint array type rule
2019-10-10 15:39:32 -06:00
Michael Li
062a8c12b5 update selectedRows based on 7.0.beta.8 (#1586) 2019-10-10 15:37:26 -06:00
Roman Komarov
720fb21d60 docs(readme): adds a react-table-v6 package note (#1576) 2019-10-10 06:55:13 -06:00
Christian Murphy
777aa2b863 test: validate typings using dtslint (#1581)
* test: validate typings using dtslint

* build: switch typescript into strict mode
2019-10-09 17:48:11 -06:00
ggascoigne
51aa8e2eff fix react-table-config.d.ts (#1582)
It turns out that pulling the types directly from a package slightly
changes how visible they are to the consuming application.  This makes
sense, previously we explicitly adding the react-table module to the
global namespace an so didn't need explicit imports, but now that's not
the case.  So add explicit imports.
2019-10-09 17:47:34 -06:00
Christian Murphy
0d7a0d5aea ci: setup github actions continuous integration workflow (#1578)
* ci: setup github actions continuous integration workflow

* docs: add GitHub Action CI badge

* ci: remove travis ci in favor of github actions ci
2019-10-09 16:54:03 -06:00
Tanner Linsley
fb94eaf103 v7.0.0-beta.12 v7.0.0-beta.12 2019-10-09 15:43:14 -06:00
Tanner Linsley
409c050cbf Merge branch 'master' of https://github.com/react-tools/react-table 2019-10-09 15:42:24 -06:00
ggascoigne
cee24c74d8 Add typescript docs (#1564)
* Add typescript docs

* update for beta.10 and feedback
2019-10-09 15:42:09 -06:00
Michael Stramel
499f21c349 Remove package-lock.json (#1579) 2019-10-09 15:19:04 -06:00
Tanner Linsley
2a39d5a21c v7.0.0-beta.11 v7.0.0-beta.11 2019-10-09 15:15:39 -06:00
Michael Stramel
36ba233e27 Updating types (#1535)
* Attempt to bring into alignment

fix plugin hook definitions

Remove old prop

Format

fix Header and Cell props

Rename prop

Abstract props to definitions

fix bad generic

fix typo

Revert "fix typo"

This reverts commit 1ca58c5d8fb017bb0af79dd4aa4f0cd296e7a7e8.

fix

* Remove documented prop

* Tweaks

* Re-add comment

* Some updates

* more changes

* Convert to interfaces

* more fixes

* rename sortByFn params

* Fixes

* Fix setFilter

* Hopefully the last changes

* Bump TypeScript Version for declaration file

Co-Authored-By: Christian Murphy <christian.murphy.42@gmail.com>

* format

* Linting

* fix typo

* expose defaultState

* swap aggregatedValue

* Allow cellvalue for accessor function return

* modifications

* manually added changes from ggascoigne

* remove changes from examples folder
2019-10-09 15:15:00 -06:00
Christian Murphy
c7dfc45e2e ci: test cross platform (#1559)
* ci: test cross platform

Test on Node.js 10 and 12, long term release support versions.
Test on Linux, Mac, and Windows machines.

* fix: update ic-ci-cli to version 2

includes fixes to support windows

* ci: disable yarn gpg

* ci: double quote string for windows ci
2019-10-09 15:13:17 -06:00
Tanner Linsley
9dd36263fb Update README.md 2019-10-08 10:17:45 -06:00
Tanner Linsley
227f7905b0 Upgrade controlled pagination example for deduped fetching 2019-10-08 09:49:23 -06:00
Tanner Linsley
f1ad032587 Update controlled pagination example 2019-10-08 09:46:06 -06:00
Tanner Linsley
93703d027c Update README.md 2019-10-08 09:38:30 -06:00
Geoff
75fb61a17f Update concepts.md (#1572)
Some grammatical errors are fixed.
2019-10-07 20:43:53 -06:00
Andrey Ivlev
7c73a7a631 Fix isClassComponent function (#1571)
`Object.getPrototypeOf(component)` returns React `function Component()` function itself, not `Component.prototype`.
2019-10-07 12:17:22 -06:00
tannerlinsley
cbb18368b2 v7.0.0-beta.10 v7.0.0-beta.10 2019-10-07 10:27:56 -06:00
tannerlinsley
4842bc061d fix: fix includeAll filter type, add filteredRows 2019-10-07 10:27:18 -06:00
tannerlinsley
0477ef26ca Merge branch 'master' of https://github.com/react-tools/react-table 2019-10-05 20:50:29 -06:00