simon-bond
189ee436f9
Supply sort direction to custom sort methods ( #476 ) ( #533 )
2017-10-27 12:11:34 -06:00
Will Olson
fa425a162a
Linter cleanup ( #548 )
...
* chore: Add local dependencies needed to run the test suite
* style: Fix eslint errors regarding multilines JSX
2017-10-27 12:10:41 -06:00
Tanner Linsley
62f19aecf0
Fix: makeTemplateComponent now supports displayName
...
Fixes #289
2017-07-05 17:08:08 -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
Tanner Linsley
2e3743b75f
Feature: PadRowComponent prop
2017-06-19 11:34:21 -06:00
Tanner Linsley
d9248cef2b
Added defaultSortDesc prop and formatted with prettier + project's eslint
2017-06-09 21:02:28 -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
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
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
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
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
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
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
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
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
d7a58450b7
Added support for Column Footers
2017-02-16 10:41:52 -07:00