Tanner Linsley
0d8ca53b76
Update README.md
2019-01-28 14:34:04 -07:00
Tanner Linsley
64db8e09d4
Update .gitignore
2019-01-28 13:47:31 -07:00
Tanner Linsley and GitHub
c5233c4404
Update README.md
2019-01-16 08:56:50 -07:00
Tanner Linsley and GitHub
d0d862f1e8
Add files via upload
2019-01-16 08:55:42 -07:00
Tanner Linsley and GitHub
dd3f30b099
Update bug_report.md
2018-10-04 14:55:20 -06:00
Tanner Linsley and GitHub
d5fc894dd7
Delete ISSUE_TEMPLATE.md
2018-10-04 14:54:16 -06:00
Tanner Linsley
dc771ff25f
Update issue templates
2018-10-04 14:53:51 -06:00
simjoh and Tanner Linsley
d38021d4b0
Updated ReadMe with some more Props ( #1142 )
...
I found the added Props by looking into the defaultProps.js when I could not find a way change the styling of the filter row.
Custom Props
Built-in Components
Every single built-in component's props can be dynamically extended using any one of these prop-callbacks:
<ReactTable
getProps={fn}
getTableProps={fn}
getTheadGroupProps={fn}
getTheadGroupTrProps={fn}
getTheadGroupThProps={fn}
getTheadProps={fn}
getTheadTrProps={fn}
getTheadThProps={fn}
+getTheadFilterProps={fn}
+getTheadFilterTrProps={fn}
+getTheadFilterThProps={fn}
2018-10-04 14:51:28 -06:00
Jannik Keye and Tanner Linsley
06648b2577
feature: allow minResizeWidth to be set ( #1135 )
...
* feature: allow minResizeWidth to be set
* fix: add minResizeWidth propType
2018-10-04 14:49:11 -06:00
Leonardo Merza and Tanner Linsley
836f256031
added closeExpanded function to subComponent callback ( #1121 )
2018-10-04 14:48:18 -06:00
Colton Colcleasure and Tanner Linsley
188fc51336
Fixed defaultProps.selectType. ( #1129 )
...
Changed defaultProps.selectType from "check" to "checkbox".
2018-10-04 14:47:49 -06:00
tragessere and Tanner Linsley
474244ce41
Pagination accessibility ( #1127 )
...
* Add aria-label attributes to pagination jump and row count selector with a new prop to specify different text.
* Add new text props for labels to README
2018-10-04 14:47:30 -06:00
Jakub Żurawski and Tanner Linsley
b6074a9ab1
Accesibility improvement - add role to tr in treeTable ( #1114 )
2018-10-04 14:45:40 -06:00
Mohamed Nimir and Tanner Linsley
3278e1b05e
Update README.md ( #1086 )
...
Fixed server-side data bad example link to point to https://react-table.js.org/#/story/server-side-data instead of 404 link https://github.com/react-tools/react-table/blob/master/stories/ServerSide.js
Fixes #929
2018-10-04 14:44:15 -06:00
Alec Reser and Tanner Linsley
2352cac4b8
Added placeholder to filter input. ( #1087 )
...
* Added placeholder to filter input.
* Changed package.json version.
2018-10-04 14:42:59 -06:00
Robin Pham and Tanner Linsley
d94f59a5fa
only update state if page prop changes ( #1082 )
2018-10-04 14:42:37 -06:00
Jeremy Liberman and Tanner Linsley
7876a3876c
Resolve "cannot call class as a function" error ( #1050 )
...
When rendering a class component using the `class extends React.Component {}` syntax, you would get an error `TypeError: Cannot call a class as a function` because the check to determine whether a component was a class component was insufficient. It seems pointless to even have a check, however, because the JSX syntax can render both class and functional components.
2018-10-04 14:42:16 -06:00
maxime roma and Tanner Linsley
02e65b4388
fix linter , update selectTable hoc ( #1073 )
...
* fix lint on foldable file add options to choose postion of checkbox
column
* (update hoc): selecttable options parameters position
2018-10-04 14:41:24 -06:00
Shubham Kanodia and Tanner Linsley
d9d49fa3de
Adds "prop-types" as a peerDependency ( #1069 )
...
* Adds "prop-types" as a peerDependency
* Removed trailling comma
2018-10-04 14:40:13 -06:00
Kyle Halleman and Tanner Linsley
41784cd52d
allow rest props from getTfootProps for TfootComponent ( #1035 )
2018-10-04 14:39:48 -06:00
Mayank Jethva and Tanner Linsley
9048835bcc
ReactTable HOC: advancedExpandTable ( #1000 )
...
* initial commit
* update readme
* update examples and src
* edit readme
* use single instance of advancedExpandTable
* add in hoc codesandbox to docs, run eslint on new source file
2018-10-04 14:39:07 -06:00
Bret Ikehara and Tanner Linsley
b12fc8fc88
remove space in Logo name ( #1033 )
2018-10-04 14:38:33 -06:00
Krzysztof Kaczmarczyk and Tanner Linsley
76fde77b0f
Add additional column's renderers in TreeTable HOC ( #1029 )
...
Pass Expander, PivotValue and Pivot renderers to to column constructor in TreeTable HOC
2018-10-04 14:37:44 -06:00
smoleniuch and Tanner Linsley
f50b0a47cf
SelectTable - Make input component type defaults to checkbox ( #1021 )
2018-10-04 14:37:19 -06:00
Don Pflaster and Tanner Linsley
ac8b497671
Tree uses accessor or ID and always shows pivot cells ( #1011 )
...
* Also check ID field when finding pivot col in treeTableHOC
* Pass the ID if you've got one on treeTableHOC
* An expandable cell should never be hidden
2018-10-04 14:36:46 -06:00
Rebekah Heacock Jones and Tanner Linsley
c79806090a
Fix propTypes validation for getFooterProps ( #1007 )
...
This should be a function (like the other getXProps), not an object
2018-10-04 14:36:20 -06:00
Tanner Linsley
f55ce62041
Merge branch 'master' of https://github.com/react-tools/react-table
2018-05-29 10:56:34 -06:00
Mario Viens and Tanner Linsley
4c9b44ab48
documentation formatting fix ( #986 )
2018-05-28 01:11:35 -06:00
Tanner Linsley
48869a65e7
Better issue template
2018-05-24 17:00:17 -06:00
emyarod and Tanner Linsley
3246336120
Add cross-env package ( #873 )
...
* Fix typo
* Edit link to working codesandbox
Fix '100k Rows w/ Pivoting & Sub Components' example
Closes #870
* Add cross-env to remove environment variable errors on Windows
2018-05-24 16:36:37 -06:00
Efim Pasianidi and Tanner Linsley
b12238d535
Add defaultPage prop ( #941 )
...
* add defaultPage prop
* fix defaultPage in manual mode
2018-05-24 16:36:19 -06:00
Mark McDonald and Tanner Linsley
1f92ed8d4f
Add more documentation for overriding props ( #975 )
...
I think this is the most common way of setting columns or expanderDefaults.
I had to find issue #565 and then follow it to issue #394 to see explanations on how to do this.
2018-05-24 16:35:22 -06:00
TerryLee and Tanner Linsley
cf59c644b4
Just correct names of parameters for onFilteredChanged ( #967 )
2018-05-24 16:33:09 -06:00
Steve Sharp and Tanner Linsley
a7e8e26c00
Update README.md ( #973 )
...
Fixes typo
2018-05-24 16:32:50 -06:00
Steven and Tanner Linsley
dd4c1e2df6
add FoldableTable ( #937 )
...
I have used this library to develop a big application for my company and had been required to make the columns are foldable. I saw that feature is useful and would like to share with everybody. Especially to all developers who developed this great component.
Let me know if any issues with My component. I will fix it accordingly.
2018-05-24 16:32:34 -06:00
Anthon Fredriksson and Tanner Linsley
621c3bf092
Fixed text mismatch when doing SSR ( #957 )
...
* fixed a mismatch issue when doing ssr. made some windows-specific changes to ease contributing
* remove accidentally committed file
2018-05-24 16:27:57 -06:00
Bill Fienberg and Tanner Linsley
72afabbd03
Fix README: defaultSortMethod doesn't match code ( #910 )
...
Updating the `defaultSortMethod` in the README to match the [code](https://github.com/react-tools/react-table/blob/3a8a037ee68b11e329c581a8d61a37db276a0dbf/src/defaultProps.js#L46 )
2018-05-24 16:25:57 -06:00
Stuart Casarotto and Tanner Linsley
4aa07c33da
Typo ( #899 )
...
arra -> array
2018-05-24 16:25:41 -06:00
Frank Nguyen and Tanner Linsley
d430d51888
Added react-dom as a peer dependency ( #889 )
2018-05-24 16:25:28 -06:00
Andrew and Tanner Linsley
4824b4c8cc
Remove header focus outline. Fixes react-tools/react-table#685 ( #881 )
2018-05-24 16:24:54 -06:00
Richard A and Tanner Linsley
60766cf261
Add prefix to key of pad rows ( #828 )
...
Add prefix to key of pad rows so it doesn't conflict with keys of page rows.
Duplicate keys are causing rendering issues with preact.
2018-05-24 16:23:53 -06:00
Tanner Linsley
fcdc3d88bc
v6.8.6
2018-05-24 10:24:29 -06:00
Tanner Linsley
24a9efd670
v6.8.5
v6.8.5
2018-05-19 00:47:17 -06:00
Tanner Linsley
bdb7d44438
v6.8.4
v6.8.4
2018-05-18 17:34:41 -06:00
Tanner Linsley
7a6ed50b81
Make data prop required, but allow it to be anything.
2018-05-18 17:34:03 -06:00
Tanner Linsley
8f062550aa
v6.8.3
2018-05-18 17:32:04 -06:00
Ben Berman and Tanner Linsley
4e9eec3578
Remove ellipsis from default expander table header ( #920 )
2018-04-19 18:48:52 -06:00
Tanner Linsley
35b92567b5
v6.8.2
v6.8.2
2018-04-17 15:14:45 -06:00
Tanner Linsley
a1f5b462d5
Revert mistaken removal of rt-resizable-header-content div
2018-04-17 15:14:05 -06:00
Tanner Linsley
9e479e4d4c
v6.8.1
2018-04-17 12:23:59 -06:00