Commit Graph

500 Commits

Author SHA1 Message Date
Gary Menzel
932f529105 Used a spread on the path. 2019-04-28 23:39:50 +09:00
Gary Menzel
bc35e3262d Minor final fix - replace .filter with .forEach 2019-04-28 23:29:07 +09:00
Gary Menzel
1a6056859a useSimpleLayout integration 2019-04-28 23:20:22 +09:00
Gary Menzel
834ab4b4a7 Install useSimpleLayout and adjust useTable and useRows as required. 2019-04-28 19:10:22 +09:00
tannerlinsley
8c81a31aa6 Update README.md 2019-04-26 22:28:25 -06:00
tannerlinsley
8e4601fa83 Move row and cell generation to useTable. Add warnings for unprepared rows 2019-04-25 16:33:00 -06:00
tannerlinsley
7c6076908d Merge branch 'master' of https://github.com/react-tools/react-table 2019-04-23 15:47:26 -06:00
tannerlinsley
ab3252bc32 Remove unnecessary flex layout inline styles 2019-04-23 15:47:22 -06:00
Jose Manuel Vergara Florez
085957f3c4 Fix Example link on ReadMe (#1308) 2019-04-23 15:26:43 -06:00
Bojan Bedrac
fd5d9ddecd Broken 100k rows aggregation (#1283)
* Broken codesandbox example

* Delete file in wrong location
2019-04-23 15:22:36 -06:00
Paul Vogel
4e3fa751dc TravisCI: Cache yarn files (#1289)
Like it is recommended by https://docs.travis-ci.com/user/caching/#yarn-cache
2019-03-12 11:08:24 -06:00
Paul Vogel
3453ac5a76 TravisCI: Use node version 10 (#1288)
Since it's the active LTS according to https://nodejs.org/en/about/releases/
2019-03-12 09:00:46 -06:00
Gary Menzel
a9971e66af Fixes for useExtended in useTable plus small bug (#1279)
* undefined error in GroupBy
row specific hooks and correct pathing for nested rows

* Ensuring correct git user
2019-02-27 08:06:47 -08:00
Tanner Linsley
33f30c7b7f
Update README.md 2019-02-18 10:13:41 -07:00
Tanner Linsley
91d758711d
Update README.md 2019-02-14 15:06:47 -07:00
Tanner Linsley
b2498b0430
Update README.md 2019-02-14 14:51:07 -07:00
Tanner Linsley
d599952e89
Update README.md 2019-02-14 14:48:57 -07:00
Tanner Linsley
3ee410bd05 Create _redirects 2019-02-11 13:19:27 -07:00
Tanner Linsley
8b07b2c84e Unzip old react-table examples in archives 2019-02-11 13:14:36 -07:00
Tanner Linsley
a0495f6858 Rename hook files 2019-02-11 09:33:34 -07:00
Tanner Linsley
2d31d3bac9 v7.0.0-alpha.2 2019-02-06 16:23:02 -07:00
Tanner Linsley
8d269b95c7 v7.0.0-alpha.1 2019-02-06 16:20:07 -07:00
Tanner Linsley
b6bd5b25f5 v7.0.0-alpha.0 2019-02-04 18:56:10 -07:00
Tanner Linsley
4d59f163c0 Merge branch 'master' of https://github.com/react-tools/react-table 2019-02-01 09:36:17 -07:00
Tanner Linsley
1f877a9c4d Update README.md 2019-02-01 09:36:13 -07:00
Tanner Linsley
6c46ea8a07
Update bug_report.md 2019-02-01 09:01:33 -07:00
Tanner Linsley
796a3cbc48
Update questions--support---help.md 2019-02-01 08:56:40 -07:00
Tanner Linsley
c0c78d5de7
Update feature_request.md 2019-02-01 08:55:36 -07:00
Tanner Linsley
2a6dfb6ebd Init v7 src 2019-01-31 12:54:56 -07:00
Tanner Linsley
a99ecbd567 Update README.md 2019-01-31 12:51:24 -07:00
Tanner Linsley
1ed45d2635 Update README.md 2019-01-31 12:49:14 -07:00
Tanner Linsley
96ab761367 Update README.md 2019-01-31 12:48:12 -07:00
Tanner Linsley
d2f1563cd5 Update README.md 2019-01-31 12:46:22 -07:00
Tanner Linsley
73b4869329 Update README.md 2019-01-31 12:33:23 -07:00
Tanner Linsley
3190047284 Update README.md 2019-01-31 12:18:45 -07:00
Tanner Linsley
00efc98779 Fix linting, update Readme 2019-01-31 12:13:34 -07:00
Tanner Linsley
379d9e11d5 v6.9.0 2019-01-31 10:18:22 -07:00
John Maguire
3fff682578 apply @twheys PR #1077 as patch and update Array.concat to [].concat (#1241) 2019-01-31 10:15:09 -07:00
Josh McCullough
168a8e3f93 update fireFetchData to use current state for select value (#1231) 2019-01-31 10:09:28 -07:00
Josh McCullough
221164484f cleanup all but one linting issue (#1232) 2019-01-31 10:08:31 -07:00
Andrej Gajdos
c7d2c36454 adding position prop into pagination component (#1205)
- adding isTop prop into pagination component, which allows
differentiate if pagination is on top or bottom of the table
2019-01-31 10:08:06 -07:00
Laurent P
26961d0994 [fix] filter data on all available columns not just visible one (#1148) 2019-01-31 10:07:06 -07:00
Devin Clark
de6389cafc Adding IDs for select table, fixing backwards compatibility on floating left checkbox (#1208)
* Adding IDs for select all and individual row checkboxes

* Using keyfield const
2019-01-31 10:06:47 -07:00
Rahul Verma
e0f9d98819 Adds aria-label prop to checkboxes (#1191) 2019-01-31 10:05:15 -07:00
Grzegorz Rozdzialik
0365057446 Extract pagination elements renderers to pagination props (#1176)
Pagination elements are now customizable without having
to create a new Pagination component, that would
mostly mimic the existing one in terms of functionality.
2019-01-31 10:03:27 -07:00
Steven
ec25bfbb5a fixed the sanbox code issue (#1174)
* fixed the sabox code issue

* add --copy-files flag to copy ti svg files to lib folder
2019-01-31 10:02:41 -07:00
Evan Brodie
0a1c12faca Adds import instructions to the HOC README (#1168)
* Adds import instructions to the HOC README

Also fixes up some language and remove other import instructions. It's better to just have the import instructions in just one place.

* Better visualizes a list of functions
2019-01-31 10:02:12 -07:00
Andy
1fddb1b97d Example code fixed with missing return statement (#1154) 2019-01-31 10:01:58 -07:00
Tanner Linsley
1e04377de7 Update README.md 2019-01-28 14:55:32 -07:00
Tanner Linsley
555c4fae9d Update README.md 2019-01-28 14:35:05 -07:00