-
Notifications
You must be signed in to change notification settings - Fork 222
Comparing changes
Open a pull request
base repository: glittershark/reactable
base: master
head repository: bf/reactable
compare: master
- 20 commits
- 9 files changed
- 4 contributors
Commits on Oct 3, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 71b81bf - Browse repository at this point
Copy the full SHA 71b81bfView commit details -
prototype solution to custom components
Since react will not render child components until the parent component is rendered (exploratory hypotheis) We need to render the custom component first and then access the component. This uses a Component function of getData(). The getData function could/should be fast because after the render function all the data could be available via props or state I have not tested this with updating data from the custom component. Or if the custom component internally changes the data and they table needs to resort.
Configuration menu - View commit details
-
Copy full SHA for 570cfd1 - Browse repository at this point
Copy the full SHA 570cfd1View commit details -
Revert "prototype solution to custom components"
This reverts commit 1fc822d.
Configuration menu - View commit details
-
Copy full SHA for 3bd8e5a - Browse repository at this point
Copy the full SHA 3bd8e5aView commit details -
Allow specifying table rows in custom components
Use the structure returned by `react.createElement` to do a render of any child components with unrecognized types, and extract the data out of them if they themselves return a `<Tr>`
Configuration menu - View commit details
-
Copy full SHA for 7a937ca - Browse repository at this point
Copy the full SHA 7a937caView commit details -
Handle passing through context to child components
When instantiating child components in order to render them, also pass through the props given when creating the child component.
Configuration menu - View commit details
-
Copy full SHA for 3ca5bb7 - Browse repository at this point
Copy the full SHA 3ca5bb7View commit details
Commits on Jan 20, 2017
-
Allow <Thead> className customization
introduce `headerClassName` option to table, as the className to the <Thead> element is somehow ignored
Benjamin Flesch authoredJan 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 11f8a5a - Browse repository at this point
Copy the full SHA 11f8a5aView commit details -
Benjamin Flesch authored
Jan 20, 2017 Configuration menu - View commit details
-
Copy full SHA for d92e464 - Browse repository at this point
Copy the full SHA d92e464View commit details -
Benjamin Flesch committed
Jan 20, 2017 Configuration menu - View commit details
-
Copy full SHA for a08958a - Browse repository at this point
Copy the full SHA a08958aView commit details -
Benjamin Flesch committed
Jan 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 0689d68 - Browse repository at this point
Copy the full SHA 0689d68View commit details -
Benjamin Flesch committed
Jan 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 456e153 - Browse repository at this point
Copy the full SHA 456e153View commit details -
Benjamin Flesch committed
Jan 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 62f6c7c - Browse repository at this point
Copy the full SHA 62f6c7cView commit details -
Benjamin Flesch committed
Jan 20, 2017 Configuration menu - View commit details
-
Copy full SHA for ffc3faa - Browse repository at this point
Copy the full SHA ffc3faaView commit details -
Benjamin Flesch committed
Jan 20, 2017 Configuration menu - View commit details
-
Copy full SHA for e5c6d84 - Browse repository at this point
Copy the full SHA e5c6d84View commit details
Commits on Jan 25, 2017
-
fix bug where pagination is shown if we have only 1 page
Benjamin Flesch committedJan 25, 2017 Configuration menu - View commit details
-
Copy full SHA for b4d0c94 - Browse repository at this point
Copy the full SHA b4d0c94View commit details
Commits on Jan 26, 2017
-
Merge remote-tracking branch 'origin/tr-custom-components'
Benjamin Flesch committedJan 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 7ceb1ca - Browse repository at this point
Copy the full SHA 7ceb1caView commit details
Commits on Feb 1, 2017
-
Revert "Allow specifying table rows in custom components"
This reverts commit 7a937ca.
Benjamin Flesch committedFeb 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 85015e3 - Browse repository at this point
Copy the full SHA 85015e3View commit details -
Revert "Revert "prototype solution to custom components""
This reverts commit 3bd8e5a.
Benjamin Flesch committedFeb 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 2e930ec - Browse repository at this point
Copy the full SHA 2e930ecView commit details -
Merge branch 'tr-custom-components'
Benjamin Flesch committedFeb 1, 2017 Configuration menu - View commit details
-
Copy full SHA for 8bcbfa2 - Browse repository at this point
Copy the full SHA 8bcbfa2View commit details -
Benjamin Flesch committed
Feb 1, 2017 Configuration menu - View commit details
-
Copy full SHA for f75edfd - Browse repository at this point
Copy the full SHA f75edfdView commit details -
Benjamin Flesch committed
Feb 1, 2017 Configuration menu - View commit details
-
Copy full SHA for aa2b9e0 - Browse repository at this point
Copy the full SHA aa2b9e0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master