tannerlinsley
134f3dc064
v7.0.0-alpha.21
2019-08-06 22:34:17 -06:00
tannerlinsley
a667b7cb13
fix(use-pagination): better controlled/manual use-pagination
2019-08-06 22:32:17 -06:00
tannerlinsley
4f01c32216
v7.0.0-alpha.20
2019-08-06 20:01:52 -06:00
tannerlinsley
5145a632c9
Merge branch 'master' of https://github.com/react-tools/react-table
2019-08-06 20:01:11 -06:00
tannerlinsley
8508a6567d
feat(multiple): useRowState, fix useRowSelect/useSortBy/usePagination
2019-08-06 19:57:48 -06:00
Pierre and Tanner Linsley
1e80dd85d6
fix: disableSorting in column config level ( #1434 )
2019-08-06 08:03:17 -06:00
Tanner Linsley and GitHub
3cbb49fc37
Update README.md
2019-08-05 14:52:56 -06:00
tannerlinsley
110e04bf61
v7.0.0-alpha.19
2019-08-05 09:00:16 -06:00
tannerlinsley
2b30c84abc
fix(utils/example): fixed ensurePluginOrder utility, perf/debug updates
2019-08-05 08:59:35 -06:00
tannerlinsley
fd0fe43ad9
Merge branch 'master' of https://github.com/react-tools/react-table
2019-08-05 08:45:18 -06:00
gargroh and Tanner Linsley
5975e0c4cd
[Minor] use actual param in ensurePluginOrder ( #1429 )
2019-08-05 08:45:01 -06:00
gargroh and Tanner Linsley
e7bbddbb0f
[Minor] typo correction ( #1431 )
2019-08-05 08:44:16 -06:00
Tanner Linsley and GitHub
49a1023467
Update README.md
2019-08-05 08:43:39 -06:00
Tanner Linsley and GitHub
7167350921
Update README.md
2019-08-05 08:39:54 -06:00
Tanner Linsley and GitHub
77cb0d97a8
Update README.md
2019-08-05 07:39:55 -06:00
Tanner Linsley and GitHub
0672de486a
Update README.md
2019-08-05 07:38:07 -06:00
Tanner Linsley and GitHub
e0f83d32fe
Update README.md
2019-08-05 06:53:29 -06:00
Tanner Linsley and GitHub
3aaa5b9b1e
Update README.md
2019-08-05 06:52:46 -06:00
Tanner Linsley and GitHub
352de348fe
Update README.md
2019-08-05 06:48:00 -06:00
tannerlinsley
21d3853dba
v7.0.0-alpha.18
2019-08-03 14:37:38 -06:00
tannerlinsley
095979b9db
docs(readme): updated readme
2019-08-03 14:36:52 -06:00
tannerlinsley
f52d5af115
docs(examples): updated example directory names
2019-08-03 14:31:13 -06:00
tannerlinsley
037c32345f
feat(use-row-select): added useRowSelect plugin hook + related
2019-08-03 14:20:08 -06:00
tannerlinsley
6ad0d4e0c0
Merge branch 'master' of https://github.com/react-tools/react-table
2019-08-02 07:43:30 -06:00
tannerlinsley
512790bc1c
fix(multiple): sub-components example, minor refactors
...
Fixes #1423
2019-08-02 07:42:42 -06:00
gargroh and Tanner Linsley
118b873531
fix(useFilters): Honor column level disableFilters by setting canFilters correct value ( #1427 )
...
* correcting typos
* [minor ] Readme update
* Honor `columnDisableFilters` in useFilters by setting `canFilters` correct value
2019-08-02 07:28:38 -06:00
tannerlinsley
39c2b152f6
docs(readme): better docs on nested columns
2019-07-31 16:21:03 -06:00
tannerlinsley
adfc82b472
v7.0.0-alpha.17
2019-07-31 12:27:58 -06:00
tannerlinsley
6030282428
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-31 12:27:18 -06:00
tannerlinsley
f6ee2a3d99
fix(npm/examples): added src back to npm package, fixed grouping example
2019-07-31 12:27:06 -06:00
Aurimas and Tanner Linsley
633cc27a99
fix(utils): default Cell renderer cleanup ( #1421 )
2019-07-31 08:47:21 -06:00
tannerlinsley
02b2671f5c
v7.0.0-alpha.16
2019-07-30 17:01:59 -06:00
tannerlinsley
2c5610d885
test(usegroupby/useexpanded): improved tests for useGroupBy/useExpanded
2019-07-30 17:00:59 -06:00
tannerlinsley
12e7b3220d
test: snapshots for useFilters, useGroupBy, useSortBy
2019-07-30 15:57:11 -06:00
tannerlinsley
bcefe5d6e8
v7.0.0-alpha.15
2019-07-30 14:10:19 -06:00
tannerlinsley
df827d76e2
test(usefilters): added useFilters test placeholder
2019-07-30 14:09:48 -06:00
tannerlinsley
0ae8693444
fix(global): fix npm dist, update docs
2019-07-30 14:07:31 -06:00
tannerlinsley
56f3dc9fe6
docs(example): removed page options from the pagination example state
2019-07-30 12:54:19 -06:00
tannerlinsley
5f58786e94
docs(examples): added pagination example
2019-07-30 12:51:14 -06:00
tannerlinsley
48f992fa0c
v7.0.0-alpha.14
2019-07-30 11:44:21 -06:00
tannerlinsley
0b868fe8c4
chore(husky): added yarn test:ci
2019-07-30 11:43:22 -06:00
tannerlinsley
a7a95b2ce6
fix(usepagination): pageOptions calculate correctly, added pagination ex
2019-07-30 11:41:11 -06:00
tannerlinsley
116f5cdeba
docs(grouping example): better annotations and more data
2019-07-30 11:09:20 -06:00
tannerlinsley
0187fcfc2c
fix(example): fixed css issues in codesandbox (no css prop)
2019-07-30 10:33:06 -06:00
tannerlinsley
ab32339bfa
v7.0.0-alpha.13
2019-07-30 10:23:42 -06:00
tannerlinsley
7fd8fa1dfc
docs: adding grouping example
2019-07-30 10:21:05 -06:00
tannerlinsley
bc89ae3027
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-30 09:57:04 -06:00
tannerlinsley
af739d91d0
fix(usegroupby): fix useGroupBy, add grouping example and fix some tests
2019-07-30 09:56:44 -06:00
Cyril Siman and Tanner Linsley
35f78132f6
Avoid react error if the data source doesn't have the property. ( #1420 )
...
* Fix : Avoid react error if the data source doesn't have the property.
* Update fix with tannerlinsley's better solution
2019-07-30 09:51:17 -06:00
Larry Botha and Tanner Linsley
d7a4db0979
chore(commitlint): add deps, config, and git hook ( #1419 )
2019-07-29 23:45:46 -06:00
tannerlinsley
11167e5635
Refactor useTable, sorting, and filtering to use new hook layer
2019-07-29 14:51:07 -06:00
Larry Botha and Tanner Linsley
14a43b1a68
Update test configs ( #1417 )
...
* chore(package.json): use latest babel core, remove bridge
* test(.babelrc): add test environment so that Jest can use ES6 imports
* test(usetable): fix import
2019-07-29 14:34:33 -06:00
tannerlinsley
0375a7e7d5
Set up some failing tests
2019-07-29 12:05:19 -06:00
tannerlinsley
6b70309f42
Add prettier format
2019-07-29 11:33:47 -06:00
tannerlinsley
9b262676be
Fix hook defaults
2019-07-29 11:14:41 -06:00
tannerlinsley
1caad4cd8c
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-29 11:00:11 -06:00
tannerlinsley
dc73347003
Relocate columns and row logic, fix columns and useGroupBy to be more pure
...
Since useColumns was relying on groupBy logic, this was code smell. I wanted useGroupBy to be able to add that logic all by itself and not have to have dependencies in the core of the table.
To fix that, I've moved the core column and row logic to the useTable hook and added a new hook 'columnsBeforeHeaderGroups' to allow useGroupBy to do what i needs in a more pure way.
2019-07-29 11:00:07 -06:00
gargroh and Tanner Linsley
66bfec34a8
[minor] Readme update ( #1415 )
...
* correcting typos
* [minor ] Readme update
2019-07-29 09:37:48 -06:00
gargroh and Tanner Linsley
6347157f80
correcting typos ( #1413 )
2019-07-29 08:46:56 -06:00
jaapjanfrans and Tanner Linsley
b6db8775ad
Small readme example update ( #1412 )
...
in commit ea79cd8388 the`getRowProps` member of the headerGroup object changed into `getHeaderGroupProps`
2019-07-29 07:51:01 -06:00
tannerlinsley
cadd8bf62a
Rename examples and their directories
2019-07-26 16:03:54 -06:00
tannerlinsley
9f4746a7ac
Add sorting guide
2019-07-26 15:54:50 -06:00
tannerlinsley
a0ca841287
Update App.js
2019-07-26 11:27:10 -06:00
tannerlinsley
52ee923675
Update package.json
2019-07-26 11:22:58 -06:00
tannerlinsley
24f6a2750d
fix(usefilters): fix filter type fallback and autoRemove functionality AGAIN
2019-07-26 11:22:23 -06:00
tannerlinsley
8988660618
fix(usefilters): fixed filtering fallback logic and autoRemove bug
2019-07-26 10:58:35 -06:00
tannerlinsley
a3e5cac298
fix(usefilters): fixed the default filter to be 'text'
2019-07-26 10:52:27 -06:00
tannerlinsley
47d2651b8d
docs: updated contribution documentation
2019-07-26 10:45:33 -06:00
tannerlinsley
412f64cece
chore: released version 7.0.0-alpha.9
2019-07-26 10:39:19 -06:00
tannerlinsley
933cc27e33
Update README.md
2019-07-26 10:30:59 -06:00
tannerlinsley
54be978268
Update App.js
2019-07-26 10:30:20 -06:00
tannerlinsley
90922f8637
Upgrade filter types to support configurable autoRemoval
2019-07-26 10:19:38 -06:00
tannerlinsley
fd8a686b30
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-26 07:14:06 -06:00
Larry Botha and Tanner Linsley
a361a372ee
chore(packages): add husky and lint-staged ( #1409 )
2019-07-26 07:13:58 -06:00
Larry Botha and Tanner Linsley
563e809d05
docs(package.json): add commitizen dep, config, and npm script ( #1408 )
...
use `npm run commit` to use commitizen for better commit messages
re #1383
2019-07-25 22:39:25 -06:00
tannerlinsley
7d267b3442
v7.0.0-alpha.8
2019-07-25 13:39:37 -06:00
tannerlinsley
388b3ec2b9
Update README.md
2019-07-25 13:39:13 -06:00
tannerlinsley
b2abd82350
Use useEffect in dev, not layoutEffect
2019-07-25 13:39:10 -06:00
tannerlinsley
06a6d6fcc3
Rename getHeaderRowProps to getHeaderGroupProps
2019-07-25 13:38:52 -06:00
tannerlinsley
d8599817ad
Fix immutability issue with pagination and sortBy
2019-07-25 13:38:33 -06:00
tannerlinsley
e1060db327
Satisfy exhuastive-deps in useTableState
2019-07-25 13:38:15 -06:00
tannerlinsley
ea79cd8388
Fix renderer functions for blank headers
2019-07-25 13:37:58 -06:00
tannerlinsley
b2ed18696f
Add defaultColumn option
2019-07-25 13:37:31 -06:00
tannerlinsley
9f8eab5777
Update README.md
2019-07-25 10:27:49 -06:00
tannerlinsley
4f13f32023
Update rendering API and column/header model
2019-07-25 10:24:30 -06:00
tannerlinsley
5bb2e49764
Fix useTableState setState memoization
2019-07-25 07:04:52 -06:00
tannerlinsley
d1f26fe7bc
Fix action type detection
2019-07-24 07:21:26 -06:00
tannerlinsley
c7d6562d04
Change actions and addActions to be simpler to use
2019-07-23 12:30:15 -06:00
tannerlinsley
e82d2d4b36
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-23 12:22:01 -06:00
tannerlinsley
0716e234a1
Add sortBy example
2019-07-23 12:21:57 -06:00
tannerlinsley
824ee34ba9
Refactor sortBy logic
2019-07-23 12:20:32 -06:00
tannerlinsley
514fbabb88
Fix type action forcing
2019-07-23 12:12:46 -06:00
Maksim Horbachevsky and Tanner Linsley
2ecf40518e
Export utils to create custom hooks ( #1403 )
2019-07-23 12:03:17 -06:00
tannerlinsley
fd64486286
Fix usePagination to work during SSR
2019-07-23 10:55:49 -06:00
tannerlinsley
34909305af
Force action types in state reducer
2019-07-23 10:41:27 -06:00
tannerlinsley
5043af5071
Move useColumns and useRows into useTable (but allow overrides)
2019-07-23 10:22:46 -06:00
tannerlinsley
2ca7f78d72
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-21 15:41:28 -06:00
tannerlinsley
811cd015c2
Update README.md
2019-07-21 15:41:21 -06:00
AresMegaGlobal and Tanner Linsley
9e37846a21
Update README.md ( #1400 )
2019-07-20 07:32:30 -06:00
tannerlinsley
723720c8b1
Update README.md
2019-07-18 15:07:41 -06:00
tannerlinsley
2a20ad3ba4
Update App.js
2019-07-18 15:06:10 -06:00
tannerlinsley
c6d37e4834
Update basic example
2019-07-18 15:03:21 -06:00
tannerlinsley
a1a192052d
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-18 14:56:06 -06:00
tannerlinsley
455e0730bf
Bare bones basic example
2019-07-18 14:56:03 -06:00
Tanner Linsley and GitHub
1d4867fa2f
Update FUNDING.yml
2019-07-18 13:53:38 -06:00
Tanner Linsley and GitHub
c3da2a7c41
Update FUNDING.yml
2019-07-18 13:52:48 -06:00
Tanner Linsley and GitHub
c3a52c5845
Update FUNDING.yml
2019-07-18 13:51:26 -06:00
Tanner Linsley and GitHub
6dea8103d3
Update FUNDING.yml
2019-07-18 13:51:09 -06:00
Tanner Linsley and GitHub
3bab8372d1
Update FUNDING.yml
2019-07-18 13:50:29 -06:00
Tanner Linsley and GitHub
b85f457e62
Update FUNDING.yml
2019-07-18 13:41:35 -06:00
Tanner Linsley and GitHub
c6871084d6
Create FUNDING.yml
2019-07-18 13:40:43 -06:00
tannerlinsley
8946771563
Update README.md
2019-07-18 12:08:57 -06:00
tannerlinsley
fbc8032d29
Fix disableMultiSort, change from sortByFn to sortTypes
2019-07-18 12:08:55 -06:00
tannerlinsley
6a3bc5559e
Add pageCount to instance via usePagination hook
2019-07-18 12:08:04 -06:00
tannerlinsley
91e28b93bf
Clean up useTokenPagination
2019-07-18 12:07:48 -06:00
tannerlinsley
a6345dbe2b
Add sortTypes
2019-07-18 12:07:39 -06:00
tannerlinsley
0b0de317ee
Clean up useFlexLayout
2019-07-18 12:07:21 -06:00
tannerlinsley
0ed0c78286
Change expandedKey to manualExpandedKey, fix expanded index to use the original row index
2019-07-18 12:06:57 -06:00
tannerlinsley
fad6ac4014
Update README.md
2019-07-17 12:40:54 -06:00
tannerlinsley
8f142b3788
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-17 12:39:40 -06:00
tannerlinsley
daff1f9ca3
Documentation Checkpoint
2019-07-17 12:39:35 -06:00
Domenuch and Tanner Linsley
96900f645a
returned row inside row hook subscription ( #1393 )
2019-07-16 13:22:13 -06:00
tannerlinsley
272a99fcd8
Update README.md
2019-07-15 11:36:30 -06:00
tannerlinsley
07fb9529e4
v7.0.0-alpha.7
2019-07-15 11:29:50 -06:00
Domenuch and Tanner Linsley
b5d399efd6
Fixed grouped column Header that were not adjusting based on hidden child columns ( #1381 )
...
* added assertion to check for show property inside column
* reverted previous change
* added a filter to weed out non-visible columns when calculating the size for grouped Headers
* added another case to the previous filter to factor in blank grouped Headers
2019-07-15 11:28:22 -06:00
Domenuch and Tanner Linsley
14e931548a
added undefined to the unspecific getRowProps fn to retain the param order ( #1392 )
2019-07-15 11:27:13 -06:00
Larry Botha and Tanner Linsley
bc3ea07c3e
Feature/add jest configs ref: #1383 ( #1385 )
...
* add deps for testing
* feat(tests): add jest configs
* uncomment module directories path
2019-07-15 11:25:32 -06:00
tannerlinsley
4a3929cd50
Merge branch 'master' of https://github.com/react-tools/react-table
2019-07-15 09:33:04 -06:00
Larry Botha and Tanner Linsley
e2bb09d8b2
Feature/add prettier config, ref #1383 ( #1384 )
...
* add prettier config
* write files with prettier
* install and configure lint-staged and husky - ref 1.2 in #1383
* feat(style): add prettier configs, ref 1.1 & 1.2 in #1383
2019-07-01 21:03:57 -06:00
ggascoigne and Tanner Linsley
18f2dea247
Fix lint errors from react-hooks/exhaustive-deps ( #1371 )
...
They all seemed like reasonable warnings, this squashes them.
2019-07-01 09:43:46 -06:00
ggascoigne and Tanner Linsley
ead3599378
Fix pagination resetting to page zero with manualPagination ( #1369 )
...
* Fix pagination resetting to page zero with manualPagination
To be honest I'm not sure what this useLayoutEffect is there to do.
It has no visible effect if you don't use manualPagination, and if you
do it, simply jumps you back to the first page, defeating the point of
you having control of the pagination.
* Conditionally reset page on data change
Rather disable the whole page reset when filters, groupBy or sortBy
change, just because I wanted to disable the page reset on data change,
make that bit be conditional.
With that in mind, usePagination now accepts a
disablePageResetOnDataChange parameter.
2019-07-01 09:36:42 -06:00
Adrien Denat and Tanner Linsley
addf28a011
Fix useExpanded wrongly flattening subRows ( #1372 )
...
* Fix useExpanded wrongly flattening subRows
* Add new paginateSubRows option defaulting to true
2019-06-21 10:00:59 -06:00
Adrien Denat and Tanner Linsley
e4429b7143
Add support for es module build ( #1374 )
2019-06-21 09:43:05 -06:00
tannerlinsley
4b2d0eb187
v7.0.0-alpha.6
2019-06-20 15:24:02 -06:00
ggascoigne and Tanner Linsley
5369051b05
Provide option to toggle sort like V6 ( #1370 )
...
V7 adds the option to remove a sort option, so it goes from asc -> desc
-> unset, then repeats. V6 just went from asc -> desc then repeated.
Personally I much preferred this, I think that there's a case to be made
that this is the more expected behavior.
I'm not sure if this is really the best way to fix this since it adds
yet another api option and I completely understand that that is less
than desirable, but I also would rather add an option than have to
duplicate the whole useSortBy hook.
2019-06-20 12:50:36 -06:00
Domenuch and Tanner Linsley
58d38b668b
changed applyHook to applyPropHooks inside getRowProps mergeProps fn ( #1367 )
2019-06-20 12:49:04 -06:00
tannerlinsley
9de149cf3c
v7.0.0-alpha.5
2019-06-11 11:41:38 -06:00
tannerlinsley
289dca1caf
Merge branch 'master' of https://github.com/react-tools/react-table
2019-06-11 11:41:07 -06:00
tannerlinsley
f257a3496f
v7.0.0-alpha.4
2019-06-11 11:41:03 -06:00
tannerlinsley
312a137f02
Add colspan prop support out of the box, fix useTableState to be immutable, fix sorting and pagination performance,
2019-06-11 11:40:39 -06:00
Hellycat and Tanner Linsley
c6167566da
Fix misspelled in propTypes ( #1353 )
2019-05-31 07:18:26 -06:00
Dmitrii Gaidarji and Tanner Linsley
5b0e68aead
Fix defaultSortDesc blocking toggle action ( #1341 )
...
* Fix defaultSortDesc blocking toggle action
* Revert "Fix defaultSortDesc blocking toggle action"
This reverts commit 15e05cefd820e3f63e80a8e9d31b9431f295b55a.
* Fix defaultSortDesc blocking toggle action
2019-05-31 07:17:58 -06:00
tannerlinsley
2f5ebe460f
Move initial column visibility to useTable.
...
This change allows you to technically use React Table without a layout hook. Under that assumption, you would need to come up with your own styling mechanisms for display.
The useSimpleLayout merely adds a single `width` style to the prop getters for column headers and cells.
The useFlexLayout is much more robust. Personally though, I have moved away from both, and am just using raw `display: table-row/table-cell` styles to let my tables display naturally.
2019-05-16 10:52:16 -06:00
tannerlinsley
2ab4a65dcc
Merge
2019-04-29 12:41:02 -06:00
tannerlinsley
94a6ee53f7
Update .gitignore
2019-04-29 12:39:48 -06:00
tannerlinsley
ab32721453
Fix: usePagination now supplies both pageIndex and pageSize
2019-04-29 12:39:29 -06:00
Gary Menzel and Tanner Linsley
98bee0a4a7
Feature/useSimpleLayout ( #1322 )
...
* Install useSimpleLayout and adjust useTable and useRows as required.
* useSimpleLayout integration
* Minor final fix - replace .filter with .forEach
* Used a spread on the path.
2019-04-28 09:53:34 -06:00
George Mauer and Tanner Linsley
882e5f6fcf
Fix sandbox config to proper extension for codesandbox ( #1323 )
2019-04-28 09:52:16 -06: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 and Tanner Linsley
085957f3c4
Fix Example link on ReadMe ( #1308 )
2019-04-23 15:26:43 -06:00
Bojan Bedrac and Tanner Linsley
fd5d9ddecd
Broken 100k rows aggregation ( #1283 )
...
* Broken codesandbox example
* Delete file in wrong location
2019-04-23 15:22:36 -06:00
Paul Vogel and Tanner Linsley
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 and Tanner Linsley
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 and Tanner Linsley
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 and GitHub
33f30c7b7f
Update README.md
2019-02-18 10:13:41 -07:00
Tanner Linsley and GitHub
91d758711d
Update README.md
2019-02-14 15:06:47 -07:00
Tanner Linsley and GitHub
b2498b0430
Update README.md
2019-02-14 14:51:07 -07:00
Tanner Linsley and GitHub
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 and GitHub
6c46ea8a07
Update bug_report.md
2019-02-01 09:01:33 -07:00
Tanner Linsley and GitHub
796a3cbc48
Update questions--support---help.md
2019-02-01 08:56:40 -07:00
Tanner Linsley and GitHub
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 and Tanner Linsley
3fff682578
apply @twheys PR #1077 as patch and update Array.concat to [].concat ( #1241 )
2019-01-31 10:15:09 -07:00