Commit Graph

212 Commits

Author SHA1 Message Date
Aaron Schwartz
23a031b48a Add column filtering (#147)
* Add column filtering.

* Fix javascript warning from yarn test. Compile storybook and docs.

* Pass standard linting

* Add support for filtering pivot columns.

* Build distribution files.
2017-03-29 16:46:04 -06:00
Jolyon Russ
bd8b273dea Added an id in the example so it doesn't error (#151) 2017-03-29 07:08:54 -06:00
Tanner Linsley
1a9f0e57b4 5.3.5 2017-03-27 11:57:44 -06:00
Ryan Palermo
4c11248c69 switch -sort-asc and -sort-desc in ternary (#138) 2017-03-23 13:49:03 -06:00
Tanner Linsley
784311bcd6 Remove .DS_Store
Closes #126
2017-03-14 12:18:46 -06:00
Deepak Kumar Jain
7b232cd6b4 Updated the package.json (#124) 2017-03-12 09:29:32 -06:00
Misha
533bea77b6 use button type button in pagination to prevent form submitting if using table inside of the form (#122) 2017-03-09 09:14:49 -07:00
Misha
218cf42bb2 removed form tag from pagination component to avoid nested forms error (#119) 2017-03-09 07:34:44 -07:00
Wojtek Bażant
62287d1641 Add extra empty line to get the accessors table to show up nicely on github's main page (#121) 2017-03-09 07:34:22 -07:00
Ryan Palermo
10dc68acc1 use Object.getPrototypeOf instead of .prototype (#117) 2017-03-08 11:43:29 -07:00
Michael Bridge
bd82468852 Pass relevant attributes to footer JSX (#116) 2017-03-08 11:42:12 -07:00
Tanner Linsley
6d28bb2c4d 5.3.4 2017-03-01 15:50:43 -07:00
Tanner Linsley
9e95b331df Feature: Changing defaultSorting now updates the sorting model 2017-03-01 15:50:36 -07:00
TacticalCoding
f296b075fe Rename CollapseOnPageChange to CollapseOnDataChange (#100)
* Rename CollapseOnPageChange to CollapseOnDataChange to more accurately reflect its purpose.

* Add support for collapseOnPageChange.

* Fix collapseOnPageChange efficiency.
2017-02-27 16:05:07 -07:00
Tanner Linsley
a948a9a41e 5.3.3 2017-02-27 10:01:06 -07:00
atlanteh
08dbe38ced fix number of callback parameters and alignment (#95) 2017-02-27 08:15:45 -07:00
Daniel Winter
884058b459 added missing named export for ReactTableDefaults (#93) 2017-02-19 07:09:29 -07:00
Tanner Linsley
ee37ad7101 Update Docs 2017-02-16 15:15:47 -07:00
Tanner Linsley
6b384f2a90 5.3.2 2017-02-16 14:02:30 -07:00
Tanner Linsley
782e9efdfb Fix NoData from always showing 2017-02-16 14:02:21 -07:00
Tanner Linsley
ff952de830 5.3.1 2017-02-16 12:40:48 -07:00
Tanner Linsley
149b11674b Docs Update 2017-02-16 12:40:43 -07:00
Tanner Linsley
8a362e4d04 Rollback on table partials to fix mounting/unmounting issues 2017-02-16 12:40:12 -07:00
Tanner Linsley
265a5c8753 5.3.0 2017-02-16 10:41:52 -07:00
Tanner Linsley
5155ebad72 Added more customization for functional rendering 2017-02-16 10:41:52 -07:00
Tanner Linsley
d7a58450b7 Added support for Column Footers 2017-02-16 10:41:52 -07:00
avnunn
bb2527e280 Added documentation for column accessors (#82) 2017-02-15 17:39:01 -07:00
Tanner Linsley
6d5207eb4e 5.2.0 2017-02-15 10:07:33 -07:00
Tanner Linsley
0d397e0c29 Update Docs
Fixes #80
2017-02-15 10:07:14 -07:00
Tanner Linsley
b15f3ac3b0 Added "noData" component
Fixes #78
2017-02-15 09:55:42 -07:00
Tanner Linsley
48ea0df09d Normalize all JSX callbacks to support functions 2017-02-15 09:54:57 -07:00
Tanner Linsley
403fb7a708 5.1.1 2017-02-13 15:54:59 -07:00
Tanner Linsley
ecd5658e4b Better resolve server-side data pages and pagesize 2017-02-13 15:54:47 -07:00
Tanner Linsley
3852227bdd Fix custom cell render to allow pure functions 2017-02-13 15:54:25 -07:00
Tanner Linsley
1fec9b882f 5.1.0 2017-02-10 16:51:47 -07:00
Tanner Linsley
46c4c6fdb2 Doc Updates 2017-02-10 16:46:54 -07:00
Tanner Linsley
e702fc80ca defaultSorting changes and doc updates 2017-02-10 16:46:14 -07:00
Tanner Linsley
beaa748187 5.0.4 2017-02-10 14:49:04 -07:00
Tanner Linsley
cce77d24f2 Retain original data order if no sorting is found 2017-02-10 14:48:55 -07:00
Tanner Linsley
3984a540c1 5.0.3 2017-02-09 10:07:42 -07:00
Tanner Linsley
726fd52753 Adjust current page if available pages dips below current page
Fixes #69
2017-02-09 10:07:42 -07:00
Tanner Linsley
6a6d373526 Update README.md 2017-02-08 08:20:30 -07:00
TacticalCoding
e11fdab457 Fix 'iterator must have unique key' warning on pivoting tables. (#56) (#66) 2017-02-07 10:31:40 -07:00
Jan Z
1e4f838326 'collapseOnChange' and 'freezeWhenExpanded' (#61)
* rough draft of "closeSubComponentOnDataChange" and "preventAutoSortWhenComponentIsOpen"

* changed flag name from ...component to ...subcomponent

* fixed problem with sorting not immediately being applied. passes tests now

* changed var names

* Cleanup and simplification

* Fix deps

* Better freezing strategy

* subcomponent reverse
2017-02-06 15:09:35 -07:00
Tanner Linsley
aa48ef57ee 5.0.2 2017-02-03 14:05:32 -07:00
Tanner Linsley
22f79fcd28 Added instance to all custom props callbacks 2017-02-03 14:05:25 -07:00
Tanner Linsley
ff8e24760a 5.0.1 2017-02-03 11:07:51 -07:00
Tanner Linsley
f1511bd27e Bug fixes and Doc Updates 2017-02-03 11:07:48 -07:00
Tanner Linsley
4733997c26 Updated Docs 2017-02-02 18:17:37 -07:00
Tanner Linsley
c3a6e236ae 5.0.0 2017-02-02 18:13:48 -07:00