Commit Graph

282 Commits

Author SHA1 Message Date
Tanner Linsley
fdb3e77b00 6.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 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 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 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 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
Tanner Linsley
5691fa2e7a Upgrade react-story 2017-05-14 02:18:44 -06:00
Tanner Linsley
f4aba6a008 Upgrade react-story 2017-05-14 01:36:07 -06:00
Tanner Linsley
7bce5a8958 Update Docs 2017-05-14 01:28:32 -06:00
Tanner Linsley
875d3d93d6 Update Contributing 2017-05-14 01:18:35 -06:00
Tanner Linsley
a0ede1593b Pass standard code style 2017-05-14 01:15:06 -06:00
Tanner Linsley
0d43b6d601 Fix stories 2017-05-14 01:10:56 -06:00
Tanner Linsley
9dbd485cad Migrate docs to CRA + react-story + netlify 2017-05-14 01:03:46 -06:00
Tanner Linsley
ee5fae8c6f 6.0.1 2017-05-12 11:42:55 -06:00
Aaron Schwartz
95164311fa Fix default sort algorithm (#268) 2017-05-12 11:42:13 -06:00
Tanner Linsley
49c5a3d5e1 Revert "Init"
This reverts commit f27ec1fb34.
2017-05-11 19:03:31 -06:00
Tanner Linsley
f27ec1fb34 Init 2017-05-11 18:19:17 -06:00
Tanner Linsley
dd26802535 Updated Docs 2017-05-11 14:47:44 -06:00
terencechow
97e560cb0f when you have no data pages shows as 0 instead of 1 (#248)
see https://react-table.js.org/?selectedKind=2.%20Demos&selectedStory=Custom%20%22No%20Data%22%20Text&full=0&down=0&left=1&panelRight=0&downPanel=kadirahq%2Fstorybook-addon-actions%2Factions-panel
2017-05-11 13:43:05 -06:00
Tanner Linsley
2ba0bf73ad 6.0.0
* Use separate columns for Pivots and Expanders, more render options

* Better expanding and aggregation control

* Updated Renderer Keys and Stories (+ story cleanup)

* Fixed Typo

* Resizing Fixes, custom sorting, new api names

* +Key constants, prop/callback changes, controllable filters and resizing, subRow + pivoting expansion

* Remove console.log

* Trying generalize expanders to work on any column

* Fix up stories.

* Better custom sorting

* Finish fixing up stories with better source

* Fix SubComponent Story

* Updated Changelog

* 6.0.0

* Use Correct PivotingOptions source

* Handle edge cases in expandable hover states and event handlers

* Add defaultExpanded prop

* Rename sorting->sorted, onSortingChange->onSortedChange, defaultSorting->defaultSorted

* filtering->filtered, onFilteringChange->onFilteredChange, defaultFiltering->defaultFiltered

* Rename expandedRows->expanded, onExpandRow->onExpanded

* Rename resizing->resized, defaultResizing->defaultResized, onResize->onResizedChange

* Rename onExpanded->onExpandedChange

* Cleanup Readme

* Standardize global and column level resizable and sortable properties

* Rename showFilters->filterable, hideFilter->filterable

* Cleanup Changelog and lint errors

* Remove unused prop

* Remove unused prop from readme.
2017-05-11 13:10:17 -06:00
Miha Valencic
ad7d31cd39 Add column id to the rowInfo object (#253)
* Add column id to the rowInfo object (passed to render). Resolves #237

* Creating a new object instead of modifying existing rowInfo; Refs #253

* Code style compliance. Refs #253
2017-05-06 10:33:17 -06:00
wonyoung
ddee18cf86 Update README.md (#213)
* Update README.md

Bug fix in custom props example

* Update README.md

Bug fix in custom column props example
2017-05-05 17:22:48 -06:00
Austin Hunt
1757b4dd9f Fixed documentation to match the actual implementation settings. Sorting objects use a desc prop not a asc prop. (#239) 2017-05-05 17:22:09 -06:00
Aaron Schwartz
9d9b1fdee4 Enhance pivots (#224)
* Prevent transitions while resizing for a smoother effect.
* Disable text selection when resizing columns
* Use PivotValueComponent instead of pivotRender
* Add changelog file
2017-05-05 12:51:17 -07:00
Aaron Schwartz
ab1c020ad3 Fix sorting indicator or pivot columns. 2017-04-20 16:13:17 -07:00
Tanner Linsley
0c3f2f2cd1 5.6.0 2017-04-20 16:44:31 -06:00
Tanner Linsley
03538823e9 Updated Docs 2017-04-20 16:44:24 -06:00
Aaron Schwartz
bc7005db99 Enhanced expander and pivot (#215)
* Convert expander column to be more like a regular column.

* Update story.

* Simplify setting render on defaultExpander.

* Add more control over expander and pivot columns using the  column.

* Fix default filtering on pivot column.

* Add comments.
2017-04-20 16:41:50 -06:00
Tanner Linsley
42b5f5bb18 Convert to use es6 classes for react 15.5.x compat 2017-04-18 11:33:22 -06:00
Tanner Linsley
5ec616c2a3 Add CDN to docs 2017-04-18 09:48:38 -06:00
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