Bojan Bedrac
8cde0cafbf
Typo ( #1307 )
...
- fixes a typo in documentation
2019-04-23 16:50:33 -06:00
mike391
afab8a34cc
Add cellInfo to onExpandedChange handler. ( #1299 )
2019-04-23 16:50:33 -06:00
Paul Vogel
969407254f
TravisCI badge: Use correct link ( #1291 )
...
And correct branch
2019-04-23 16:50:33 -06:00
Michael Quinn
a5a49709d4
Fix #1275 minResizeWidth not working when using functional accessor and column id ( #1276 )
2019-04-23 16:50:33 -06:00
Tanner Linsley
71c25f571b
Update README.md
2019-04-23 16:50:33 -06:00
andreaci
b75055ef38
BUG in resize columns ( #1271 )
...
* BUG in resize columns
* rows shorter than 100 chars...
* Revert "rows shorter than 100 chars..."
This reverts commit b32f17a2fe8736fe276b5026997837e6f02ec909.
2019-04-23 16:50:33 -06:00
Tanner Linsley
1079914996
Add links to old codesandbox examples
2019-04-23 16:50:33 -06:00
Tanner Linsley
5301355192
Move HOC docs to readme
2019-04-23 16:50:33 -06:00
Tanner Linsley
4c7e493f41
Create _redirects
2019-04-23 16:50:33 -06:00
Tanner Linsley
928233713e
Update README.md
2019-04-23 16:50:33 -06:00
Tanner Linsley
feda66196e
Update README.md
2019-04-23 16:50:33 -06:00
Josh McCullough
c1b399d603
cleanup all but one linting issue ( #1232 )
2019-04-23 16:50:32 -06:00
Jannik Keye
d59d7e4fba
feature: allow minResizeWidth to be set ( #1135 )
...
* feature: allow minResizeWidth to be set
* fix: add minResizeWidth propType
2019-04-23 16:48:54 -06:00
Josh McCullough
168a8e3f93
update fireFetchData to use current state for select value ( #1231 )
2019-01-31 10:09:28 -07:00
Josh McCullough
221164484f
cleanup all but one linting issue ( #1232 )
2019-01-31 10:08:31 -07:00
Andrej Gajdos
c7d2c36454
adding position prop into pagination component ( #1205 )
...
- adding isTop prop into pagination component, which allows
differentiate if pagination is on top or bottom of the table
2019-01-31 10:08:06 -07:00
Laurent P
26961d0994
[fix] filter data on all available columns not just visible one ( #1148 )
2019-01-31 10:07:06 -07:00
Devin Clark
de6389cafc
Adding IDs for select table, fixing backwards compatibility on floating left checkbox ( #1208 )
...
* Adding IDs for select all and individual row checkboxes
* Using keyfield const
2019-01-31 10:06:47 -07:00
Rahul Verma
e0f9d98819
♿ Adds aria-label prop to checkboxes ( #1191 )
2019-01-31 10:05:15 -07:00
Grzegorz Rozdzialik
0365057446
Extract pagination elements renderers to pagination props ( #1176 )
...
Pagination elements are now customizable without having
to create a new Pagination component, that would
mostly mimic the existing one in terms of functionality.
2019-01-31 10:03:27 -07:00
Steven
ec25bfbb5a
fixed the sanbox code issue ( #1174 )
...
* fixed the sabox code issue
* add --copy-files flag to copy ti svg files to lib folder
2019-01-31 10:02:41 -07:00
Evan Brodie
0a1c12faca
Adds import instructions to the HOC README ( #1168 )
...
* Adds import instructions to the HOC README
Also fixes up some language and remove other import instructions. It's better to just have the import instructions in just one place.
* Better visualizes a list of functions
2019-01-31 10:02:12 -07:00
Andy
1fddb1b97d
Example code fixed with missing return statement ( #1154 )
2019-01-31 10:01:58 -07:00
Tanner Linsley
1e04377de7
Update README.md
2019-01-28 14:55:32 -07:00
Tanner Linsley
555c4fae9d
Update README.md
2019-01-28 14:35:05 -07:00
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
c5233c4404
Update README.md
2019-01-16 08:56:50 -07:00
Tanner Linsley
d0d862f1e8
Add files via upload
2019-01-16 08:55:42 -07:00
Tanner Linsley
dd3f30b099
Update bug_report.md
2018-10-04 14:55:20 -06:00
Tanner Linsley
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
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
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
836f256031
added closeExpanded function to subComponent callback ( #1121 )
2018-10-04 14:48:18 -06:00
Colton Colcleasure
188fc51336
Fixed defaultProps.selectType. ( #1129 )
...
Changed defaultProps.selectType from "check" to "checkbox".
2018-10-04 14:47:49 -06:00
tragessere
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
b6074a9ab1
Accesibility improvement - add role to tr in treeTable ( #1114 )
2018-10-04 14:45:40 -06:00
Mohamed Nimir
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
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
d94f59a5fa
only update state if page prop changes ( #1082 )
2018-10-04 14:42:37 -06:00
Jeremy Liberman
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
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
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
41784cd52d
allow rest props from getTfootProps for TfootComponent ( #1035 )
2018-10-04 14:39:48 -06:00
Mayank Jethva
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
b12fc8fc88
remove space in Logo name ( #1033 )
2018-10-04 14:38:33 -06:00
Krzysztof Kaczmarczyk
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
f50b0a47cf
SelectTable - Make input component type defaults to checkbox ( #1021 )
2018-10-04 14:37:19 -06:00
Don Pflaster
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