Skip to content

Commit

Permalink
include build in git, first pass of upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
modosc committed Jul 13, 2021
1 parent f138292 commit edd2e27
Show file tree
Hide file tree
Showing 32 changed files with 12,467 additions and 362 deletions.
12 changes: 6 additions & 6 deletions .gitignore
@@ -1,10 +1,10 @@
node_modules/
lib/
es/
docs/build
react-table.js
react-table.min.js
react-table.css
#lib/
#es/
#docs/build
#react-table.js
#react-table.min.js
#react-table.css
*.log
.idea
.DS_Store
Expand Down
355 changes: 355 additions & 0 deletions es/defaultProps.js

Large diffs are not rendered by default.

235 changes: 235 additions & 0 deletions es/hoc/advancedExpandTable/index.js

Large diffs are not rendered by default.

308 changes: 308 additions & 0 deletions es/hoc/foldableTable/index.js

Large diffs are not rendered by default.

161 changes: 161 additions & 0 deletions es/hoc/selectTable/index.js

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions es/hoc/treeTable/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit edd2e27

Please sign in to comment.