- Notifications
You must be signed in to change notification settings - Fork 431
Migrate to React@16.3 for Context API #333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
55 commits Select commit Hold shift + click to select a range
0ff0c33 upgrade react and react-dom
AllenFang 906180a implement context-based container
AllenFang 6d08a24 implement selection context
AllenFang 2525465 implement sort context
AllenFang 143acde refactoring remote sort
AllenFang 5307e58 implement data operator
AllenFang 216bc10 implement celledit context
AllenFang 4f6809d fix custom filter value example broken
AllenFang 2f7d010 add clear all filter story
AllenFang 8f4dc99 implement filter context
AllenFang 1e72c80 construct context dynamically
AllenFang 6c086c3 implement pagination context
AllenFang 4ecf243 no more state anti-pattern
AllenFang d534c42 change to partial selection when pagination enabled
AllenFang b1c086f fix cache context issue
AllenFang 400c307 refine remote method
AllenFang 74bf885 remove useless code
AllenFang fc0b99e patch tests for react-bootstrap-table-next
AllenFang 167352f fix selectRow doesnt pass to CellEditContext
AllenFang c13b3fa patch test for editor, filter, pagination
AllenFang 9c677fe enhance remote all example
AllenFang 78ea630 fix bug for default sort and filter have potential issue when remote …
AllenFang 77301c2 implement table search
AllenFang 760d459 add example for tble search
AllenFang 0d4d32c patch for remote cell edit
AllenFang 7b15bf4 patch tests for search
AllenFang 18b785d update peer dependencies for react react-dom
AllenFang 46f0ce4 prepare builds for react-bootstrap-table2-toolkit
AllenFang 6eaffe1 patch docs for table search
AllenFang 35b1e37 implement expand row sketch
AllenFang dbd0f89 add stories for expand row
AllenFang 4af5b4f implement expand indicator
AllenFang 81ddd2c add stories for expand indicator
AllenFang c36aa24 fix filter context tests broken due to missing onExternalFilter
AllenFang a18932e patch docs for expand row
AllenFang 5a442bf add missing expandRow props
AllenFang e6d4a96 data, keyField and columns is necessary value for toolkits context
AllenFang 0ec5b6c add simple toolkit context wrapper for user
AllenFang 03ece4b refactoring search
AllenFang f0e37b1 implement export csv
AllenFang b792803 add export csv stories
AllenFang ec77a05 patch docs for export CSV
AllenFang fadbcda a workaround for fixing the _ module missing
AllenFang 7919a40 enhance for #402
AllenFang 0d64443 fix sort caret broken on bootstrap4
AllenFang f7ba8e3 upgrade enzyme
AllenFang c0416fc fix selection column broken when bootstrap4
AllenFang 4958757 refine new context API tests
AllenFang 3f957db fix pagination broken when bootstrap4
AllenFang 62c6949 add bootstrap4 style links
AllenFang 925d3d7 final docs patch
AllenFang f7406bc add toolkits styles
AllenFang 2ec55f6 patch for default sort and filter have potential issue when remote
AllenFang d5d8c54 fix React doesn't allow Date Object as children
AllenFang cb970cd fix peerdep
AllenFang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix cache context issue
- Loading branch information
commit b1c086f4240a87aade44f364c80450b8e525c44f
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cellEditprops=>cellEditProps