Tanner Linsley
c16df80938
Added codepen example
2017-04-17 12:23:14 -06:00
Tanner Linsley
a1e724c483
5.5.3
2017-04-17 12:00:29 -06:00
Tanner Linsley
741660c915
Use webpack to compile umd
2017-04-17 12:00:17 -06:00
Tanner Linsley
1f8062501f
Better npm scripts for ci and publishing
2017-04-17 11:27:20 -06:00
Tanner Linsley
fb51afd0ae
Keep tags up to date with releases
2017-04-17 09:30:02 -06:00
Tanner Linsley
a64c6a3a76
5.5.2
2017-04-17 09:29:06 -06:00
Tanner Linsley
f502ef4e2b
Immutablely decorate with _viewIndex
...
#203
2017-04-17 09:28:31 -06:00
theCmaker
c58c96c84f
Fixed issue #14 Default CSS overwrites the checkbox appearance if included into a custom cell. ( #197 )
2017-04-17 09:15:53 -06:00
Tanner Linsley
7202776c86
5.5.1
2017-04-13 10:49:15 -06:00
Mike DeVita
734ba48e9c
Update ISSUE_TEMPLATE.md
...
fix the system information section to use bulleted lists
2017-04-10 10:12:04 -07:00
Alejandro Brozzo
db84ecf789
Fixed code highlights ( #179 )
2017-04-10 10:21:31 -06:00
Alejandro
50668fe90f
Avoid page refresh if same page, set NaN to current page ( #178 )
...
* Avoid page refresh if same page, set NaN to current page
* Fixed styling rule errors
2017-04-07 17:07:42 -06:00
Aaron Schwartz
52f2c9fdac
Fix descending sort being non-deterministic
...
Descending sort would sort differently for the same data on rerender for items that evaluated to the same value.
2017-04-06 15:25:56 -07:00
Tanner Linsley
3b39f523be
5.5.0
2017-04-05 18:51:31 -06:00
Aaron Schwartz
9d85981c5b
Resize columns ( #170 )
...
* Add column resizing for non pivot columns.
* Fixing resizing UI issues and mobile functionality.
* Remove calling onChange during resize events so that server example doesn't refetch data every time a column resizes.
2017-04-05 17:47:55 -06:00
Eric Abbott
b779a98d7a
Change precedence in 'getResolvedState' ( #166 )
...
* Change precedence in 'getResolvedState'
* Previously existing props would overwrite passed in state
* Now passed in state gets precedence
* added a controlled table example to storybook
2017-04-05 01:10:17 -06:00
Jolyon Russ
1f4c9afd2b
Updated README - wrapped example in render function ( #168 )
2017-04-04 13:24:03 -06:00
Aaron Schwartz
cef7fbd780
Add filterRender column option to customize the filter that is shown ( #162 )
...
* Add filterRender column option to completely customize the filter that is shown
* Refactor filterRender as a defaultProp.
2017-03-31 15:41:57 -06:00
Tanner Linsley
e8ebf7c780
5.4.1
2017-03-30 17:03:47 -06:00
Aaron Schwartz
ac20220d55
Set page to max page available if data changes and has less pages than before ( #160 )
...
* 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.
* Set page to max page available if data changes and has less pages than before.
Closes #159
2017-03-30 17:02:39 -06:00
Tanner Linsley
9acf8f37eb
5.4.0
2017-03-30 10:21:59 -06:00
Mike DeVita
64a427d91b
fix broken TOC Link ( #157 )
...
Custom Cell Header Rendering link was broken in table of contents.
2017-03-30 09:53:52 -06:00
Mike DeVita
d21ce226aa
create ISSUE_TEMPLATE.md ( #158 )
...
hopefully this will alleviate some clutter on issues.
2017-03-30 09:52:40 -06:00
Tanner Linsley
92c9ae2196
minRows now works for datasets larger than 1 page
...
Closes #154
2017-03-29 18:02:33 -06:00
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