tannerlinsley
6bc2389ab3
Update CHANGELOG.md
2019-09-06 11:00:49 -06:00
tannerlinsley
872304da17
v6.10.2
2019-09-06 10:59:48 -06:00
Dan Ott
5875f80089
use getPrototypeOf instead of .prototype ( #1503 )
2019-09-06 10:58:41 -06:00
tannerlinsley
d05e54dee8
v6.10.1
2019-09-06 08:22:14 -06:00
Thomas Rich
ab12816799
Fix 6.10 remounting/double click issue ( #1499 )
...
Fixes https://github.com/tannerlinsley/react-table/issues/1336 (or at least fixes my issue with double click not working)
2019-09-05 14:45:03 -06:00
Christian Kellner
8ea48576b8
Fixing react warnings ( #1495 )
...
* fixing react warnings
* changing forgotten names to UNSAFE_
2019-09-04 09:07:44 -06:00
Vitali Nedzvedz
5730544d35
fix: replace 'outline: none' with 'outline-width: 0' ( #1474 )
2019-08-22 14:55:42 -06:00
David H
e2f03ef2f2
* fixed docs: "getTfootThProps" does not exist in code, but "getTfootTdProps" does ( #1399 )
...
* added `column` argument to getTfootTdProps function (match getTheadThProps and other prop getters in that scope)
2019-07-16 13:21:43 -06:00
VojtechP
7a38d1fdb3
Fix components prop types ( #1390 )
2019-07-15 11:26:19 -06:00
JayChung
36666e19d2
Fix deprecated getThProps function in doc ( #1387 )
2019-07-15 11:25:56 -06:00
Rohit Rajat Chattopadhyay
50b03b7ec6
Added Gold sponsors ( #1375 )
...
* Added Gold sponsors
* Broken link fix
zappi.com -> zaippi.io
2019-06-22 06:45:38 -06:00
Jessica Chou
79ba413db2
Fix spelling on word “receive”. ( #1351 )
2019-05-30 06:33:04 -06:00
Jon Portella
4c68975cf0
fix typo ( #1350 )
2019-05-30 06:32:44 -06:00
Elie Khoury
0070d60d42
Fix initial state ( #1348 )
2019-05-30 06:32:18 -06:00
Matthew Lancellotti
1621bcb0c3
Resolve issue #1320 ( #1324 )
...
Resolve issue #1320
2019-04-28 19:49:35 -06:00
tannerlinsley
4a4d2245fd
6.10.0
2019-04-23 17:01:28 -06:00
mike391
2c2d2aa092
Add cellInfo to onExpandedChange handler. ( #1299 )
2019-04-23 16:52:03 -06:00
Tanner Linsley
92321b6d0a
Move HOC docs to readme
2019-04-23 16:51:28 -06:00
Andrue Anderson
0c15308d7a
fix: use isNaN for IE11 support ( #1313 )
2019-04-23 16:50:33 -06:00
Bojan Bedrac
8cde0cafbf
Typo ( #1307 )
...
- fixes a typo in documentation
2019-04-23 16:50:33 -06:00
mike391
afab8a34cc
Add cellInfo to onExpandedChange handler. ( #1299 )
2019-04-23 16:50:33 -06:00
Paul Vogel
969407254f
TravisCI badge: Use correct link ( #1291 )
...
And correct branch
2019-04-23 16:50:33 -06:00
Michael Quinn
a5a49709d4
Fix #1275 minResizeWidth not working when using functional accessor and column id ( #1276 )
2019-04-23 16:50:33 -06:00
Tanner Linsley
71c25f571b
Update README.md
2019-04-23 16:50:33 -06:00
andreaci
b75055ef38
BUG in resize columns ( #1271 )
...
* BUG in resize columns
* rows shorter than 100 chars...
* Revert "rows shorter than 100 chars..."
This reverts commit b32f17a2fe8736fe276b5026997837e6f02ec909.
2019-04-23 16:50:33 -06:00
Tanner Linsley
1079914996
Add links to old codesandbox examples
2019-04-23 16:50:33 -06:00
Tanner Linsley
5301355192
Move HOC docs to readme
2019-04-23 16:50:33 -06:00
Tanner Linsley
4c7e493f41
Create _redirects
2019-04-23 16:50:33 -06:00
Tanner Linsley
928233713e
Update README.md
2019-04-23 16:50:33 -06:00
Tanner Linsley
feda66196e
Update README.md
2019-04-23 16:50:33 -06:00
Josh McCullough
c1b399d603
cleanup all but one linting issue ( #1232 )
2019-04-23 16:50:32 -06:00
Jannik Keye
d59d7e4fba
feature: allow minResizeWidth to be set ( #1135 )
...
* feature: allow minResizeWidth to be set
* fix: add minResizeWidth propType
2019-04-23 16:48:54 -06: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
Tanner Linsley
0d8ca53b76
Update README.md
2019-01-28 14:34:04 -07:00
Tanner Linsley
64db8e09d4
Update .gitignore
2019-01-28 13:47:31 -07:00
Tanner Linsley
c5233c4404
Update README.md
2019-01-16 08:56:50 -07:00
Tanner Linsley
d0d862f1e8
Add files via upload
2019-01-16 08:55:42 -07:00
Tanner Linsley
dd3f30b099
Update bug_report.md
2018-10-04 14:55:20 -06:00
Tanner Linsley
d5fc894dd7
Delete ISSUE_TEMPLATE.md
2018-10-04 14:54:16 -06:00