Tanner Linsley
eaa7215674
Update Readme
2017-05-14 02:22:28 -06:00
Tanner Linsley
875d3d93d6
Update Contributing
2017-05-14 01:18:35 -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
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
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
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
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
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
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
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
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
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
atlanteh
08dbe38ced
fix number of callback parameters and alignment ( #95 )
2017-02-27 08:15:45 -07:00
Tanner Linsley
8a362e4d04
Rollback on table partials to fix mounting/unmounting issues
2017-02-16 12:40:12 -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
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
e702fc80ca
defaultSorting changes and doc updates
2017-02-10 16:46:14 -07:00
Tanner Linsley
6a6d373526
Update README.md
2017-02-08 08:20:30 -07:00
Tanner Linsley
22f79fcd28
Added instance to all custom props callbacks
2017-02-03 14:05:25 -07:00
Tanner Linsley
83200d4e4c
Rewrite of dynamic props and stable sorting algorithm
2017-02-02 18:13:40 -07:00
Tanner Linsley
8de0fa420b
Better default sorting, column.width support, expander column position
2017-01-27 14:10:47 -07:00
Tanner Linsley
c3fb084550
Feature: Functional Rendering
2017-01-26 21:22:21 -07:00
George Lima
de1c8a6156
Update README.md ( #38 )
...
Bug fix in installation docs
2017-01-23 12:22:11 -07:00
Tanner Linsley
c1004ee9e9
column.maxWidth support and fixed css autoprefixer warnings
...
Fixes #34
2017-01-23 10:16:34 -07:00
Tanner Linsley
33645b4fea
Styling fixes and documentation
2017-01-22 10:26:49 -07:00
Tanner Linsley
90001c1b3a
Slack and Contributing Updates
2017-01-20 10:18:34 -07:00
Tanner Linsley
64168eb3ef
Updates demo site
2017-01-18 21:22:21 -07:00
Tanner Linsley
8a74b2b795
Better storybook
2017-01-17 11:36:30 -07:00
Tanner Linsley
4873af8c99
Readme updates
2017-01-17 09:55:41 -07:00
Tanner Linsley
6c05306d99
Readme Updates
2017-01-17 09:17:02 -07:00
Tanner Linsley
ac2f9a2467
Readme Updates
2017-01-17 09:15:57 -07:00
Tanner Linsley
69eccc8909
Reamde Updates
2017-01-17 09:13:41 -07:00
Tanner Linsley
721d193883
Remade updates
2017-01-17 08:28:34 -07:00
Tanner Linsley
21cae2416f
Readme Update
2017-01-17 07:59:32 -07:00
Tanner Linsley
8fa7975ca5
Pivoting & Aggregation
2017-01-16 13:15:56 -07:00
Tanner Linsley
75c31b9354
Fully controlled component props and callbacks + docs
2017-01-12 11:06:09 -07:00
Tanner Linsley
3c5ba2843d
Bug fixes and readme updates
2017-01-11 19:58:52 -07:00
Tanner Linsley
1cb280942d
Updated Readme
2017-01-11 16:47:56 -07:00
Tanner Linsley
c8c650c729
Readme Updates
2017-01-11 16:34:36 -07:00