310 Commits

Author SHA1 Message Date
Tanner Linsley
8004e7a85f 6.5.2 v6.5.2 2017-08-02 13:25:44 -06:00
Tanner Linsley
84af88916a Fix Typo 2017-08-02 13:16:54 -06:00
Tanner Linsley
9846bf1905 Provide onClick handleOriginal function
Fixes #406
2017-08-02 13:15:16 -06:00
Tanner Linsley
bf88dda5dc Revert to page 1 on filter change
Fixes #273
2017-08-02 12:36:49 -06:00
Tanner Linsley
7f5779a833 Some simple event propagation fixes (but not the 100% fix) 2017-08-02 12:10:46 -06:00
Tanner Linsley
8792bd95a0 Move onFetchData for better timing and reliability
Fixes #294
2017-08-02 08:59:54 -06:00
ldstein
098b1fec51 Max width NaN fix (#415)
* Added button to reset table state in Controlled Component story

* Fix maxWidth style when value is NaN

* code formatting
2017-08-01 21:27:40 -06:00
Tanner Linsley
750cfe3ac4 Fix Linting 2017-07-31 10:37:12 -06:00
Tanner Linsley
370f443347 Fix pivot header groups
Fixes #376
2017-07-31 10:29:41 -06:00
Tanner Linsley
67f8c9adf1 Cleanup 2017-07-31 09:36:29 -06:00
Tanner Linsley
867cc25899 Fixed display of inputs and checkboxes
Fixes #398
2017-07-31 09:27:03 -06:00
Caroline Shaw
639630946c Update README to reflect updates (#400) 2017-07-25 14:01:17 -06:00
qmorel
688afd2947 [refs #321]: correct makePathArray function in utils (#326) 2017-07-19 14:43:32 -06:00
Tanner Linsley
bbebf02a55 Update README.md 2017-07-17 15:01:04 -06:00
Tanner Linsley
f4d3c2d7bb Update README.md 2017-07-17 15:00:31 -06:00
Tanner Linsley
f8634e771e Update README.md 2017-07-11 14:32:10 -06:00
emyarod
ba74ab3ce8 Fix typo (#380) 2017-07-08 10:22:24 -06:00
Tanner Linsley
30ed0c82fc 6.5.1 v6.5.1 2017-07-05 17:09:11 -06:00
Tanner Linsley
62f19aecf0 Fix: makeTemplateComponent now supports displayName
Fixes #289
2017-07-05 17:08:08 -06:00
Tanner Linsley
8dc4caff45 Fix: column.getProps().rest props are now applied correctly 2017-07-05 16:58:14 -06:00
Tanner Linsley
c2e935d75b Fix: defaultExpanded now works correctly
Fixes #372
2017-07-05 16:58:00 -06:00
Tanner Linsley
f9a1cfae1e 6.5.0 v6.5.0 2017-07-05 10:31:56 -06:00
Tanner Linsley
5ac2c1779d Feature: column.filterAll + docs 2017-07-05 10:31:50 -06:00
Tanner Linsley
3b2432f535 Formatting with prettier + eslint 2017-07-03 09:48:24 -06:00
Jacob Cofman
7aa98887ef fix for issue #240 (#363) 2017-07-03 09:14:45 -06:00
Aaron Schwartz
d26d82ecfb Fix source code in FixedHeader example (#369) 2017-07-03 09:13:15 -06:00
Tanner Linsley
b76f9c956d 6.4.0 v6.4.0 2017-06-19 11:34:29 -06:00
Tanner Linsley
2e3743b75f Feature: PadRowComponent prop 2017-06-19 11:34:21 -06:00
Tanner Linsley
fdb3e77b00 6.3.0 v6.3.0 2017-06-09 21:02:37 -06:00
Tanner Linsley
d9248cef2b Added defaultSortDesc prop and formatted with prettier + project's eslint 2017-06-09 21:02:28 -06:00
Tanner Linsley
f4704b146c 6.2.0 v6.2.0 2017-06-07 21:57:54 -06:00
Tanner Linsley
004186af24 No old storybook files 2017-06-07 21:57:37 -06:00
Mayank Jethva
0d0e239baa Top and Bottom Pagination (#283)
* added top and bottom pagination, included story

* version bump

* linting

* fixes

* PR fixes

* lint and fixes

* update story

* removed unused attr
2017-06-05 17:45:04 -06:00
Stanislav Dzhus
f61b19cb8a fix property name (#290) 2017-05-30 08:45:58 -06:00
stefaniapavel
e1a46fb77e fix IE select visual bug (#301) 2017-05-30 08:44:32 -06:00
ldstein
a9db5b1ac6 Add minRows to list of available props (#295)
* Added showPaddedRows prop

* Added minRows to defaultProps, added to documentation.

* Revert "Added showPaddedRows prop"

This reverts commit be89c4913f11df8b322ac9f65e3500c9539f838f.

* Removed minRows from defaultProps
2017-05-26 22:17:41 -06:00
Tanner Linsley
846fc0d84d 6.0.5 v6.0.5 2017-05-19 16:27:53 -06:00
Tanner Linsley
87610c83fa Revert overflow styles 2017-05-19 16:27:48 -06:00
Tanner Linsley
a58f5c4de2 Update docs 2017-05-19 16:26:48 -06:00
Tanner Linsley
1995bba652 6.0.4 v6.0.4 2017-05-19 12:06:48 -06:00
Tanner Linsley
680747d1d0 Fixed: scrollbar no longer offsets flex widths, documentation deps fixed 2017-05-19 12:06:35 -06:00
Tanner Linsley
e70b29066b 6.0.3 v6.0.3 2017-05-16 11:50:41 -06:00
Tanner Linsley
9d82cee707 Better vertical responsiveness & Fixed Header example 2017-05-16 11:50:34 -06:00
Tanner Linsley
db1edf119d 6.0.2 2017-05-16 11:16:34 -06:00
theCmaker
c5fa476b6d Fixed issue #210 - Ignore filters on hidden columns. (#265)
* Fixed issue #210 - Ignore filters on hidden columns.

* Fixed issue #210 - Ignore filters on hidden columns
2017-05-16 09:17:36 -06:00
atkawa7
550a1f7107 Fix default sorting documentation (#270) 2017-05-16 09:09:09 -06:00
Mark Hatch
42e1a12ea9 Height on pagination button removed (#275) 2017-05-15 22:36:42 -06:00
Tanner Linsley
15945d28a1 Always keep track of internal state regardless of controlled props, but allow prop overrides 2017-05-15 21:22:58 -06:00
Tanner Linsley
eaa7215674 Update Readme 2017-05-14 02:22:28 -06:00
Tanner Linsley
d2835b9e14 Fix storybook link 2017-05-14 02:22:05 -06:00