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
Tanner Linsley
e5689bc9d4
New core styling, sub-components, React-Storybook instead of jumpsuit example
2017-01-11 16:23:49 -07:00
Dimitry
be951a3252
onTrClick ( #23 )
...
* README: correct watch command
* Add onTrClick handler
* react soften peerDependency: ^15.x.x
2017-01-09 11:38:22 -07:00
Lukas Gisder-Dubé
f195b3243d
added props for more pagination customization ( #19 )
2016-12-15 07:02:25 -07:00
Tanner Linsley
19a0187720
Update README.md
2016-12-08 11:59:46 -07:00
Tanner Linsley
d5795fb5ac
Readme Update
2016-12-06 23:19:00 -07:00
Tanner Linsley
8abbefa680
Readme updates
2016-12-06 13:17:38 -07:00