File tree Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Expand file tree Collapse file tree 2 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "files" : [
3
+ " README.md"
4
+ ],
5
+ "imageSize" : 100 ,
6
+ "commit" : false ,
7
+ "contributors" : [
8
+ {
9
+ "login" : " gargroh" ,
10
+ "name" : " Rohit Garg" ,
11
+ "avatar_url" : " https://avatars3.githubusercontent.com/u/42495927?v=4" ,
12
+ "profile" : " https://github.com/gargroh" ,
13
+ "contributions" : [
14
+ " code" ,
15
+ " example" ,
16
+ " plugin" ,
17
+ " review" ,
18
+ " tool"
19
+ ]
20
+ },
21
+ {
22
+ "login" : " 07harish" ,
23
+ "name" : " Harish Kulkarni" ,
24
+ "avatar_url" : " https://avatars3.githubusercontent.com/u/27046938?v=4" ,
25
+ "profile" : " https://github.com/07harish" ,
26
+ "contributions" : [
27
+ " code" ,
28
+ " example" ,
29
+ " plugin"
30
+ ]
31
+ }
32
+ ],
33
+ "contributorsPerLine" : 7 ,
34
+ "projectName" : " react-table-plugins" ,
35
+ "projectOwner" : " gargroh" ,
36
+ "repoType" : " github" ,
37
+ "repoHost" : " https://github.com" ,
38
+ "skipCi" : true
39
+ }
Original file line number Diff line number Diff line change 1
1
# react-table-plugins
2
+ <!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3
+ [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square )] ( #contributors- )
4
+ <!-- ALL-CONTRIBUTORS-BADGE:END -->
2
5
3
6
This repository contains miscellaneous [ react-table] ( https://github.com/tannerlinsley/react-table ) v7 plugins
4
7
@@ -58,3 +61,23 @@ function MyTable() {
58
61
## ChangeLog
59
62
60
63
Please visit [ releases] ( https://github.com/gargroh/react-table-plugins/releases )
64
+
65
+ ## Contributors ✨
66
+
67
+ Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
68
+
69
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
70
+ <!-- prettier-ignore-start -->
71
+ <!-- markdownlint-disable -->
72
+ <table >
73
+ <tr >
74
+ <td align="center"><a href="https://github.com/gargroh"><img src="https://avatars3.githubusercontent.com/u/42495927?v=4" width="100px;" alt=""/><br /><sub><b>Rohit Garg</b></sub></a><br /><a href="https://github.com/gargroh/react-table-plugins/commits?author=gargroh" title="Code">💻</a> <a href="#example-gargroh" title="Examples">💡</a> <a href="#plugin-gargroh" title="Plugin/utility libraries">🔌</a> <a href="https://github.com/gargroh/react-table-plugins/pulls?q=is%3Apr+reviewed-by%3Agargroh" title="Reviewed Pull Requests">👀</a> <a href="#tool-gargroh" title="Tools">🔧</a></td>
75
+ <td align="center"><a href="https://github.com/07harish"><img src="https://avatars3.githubusercontent.com/u/27046938?v=4" width="100px;" alt=""/><br /><sub><b>Harish Kulkarni</b></sub></a><br /><a href="https://github.com/gargroh/react-table-plugins/commits?author=07harish" title="Code">💻</a> <a href="#example-07harish" title="Examples">💡</a> <a href="#plugin-07harish" title="Plugin/utility libraries">🔌</a></td>
76
+ </tr >
77
+ </table >
78
+
79
+ <!-- markdownlint-enable -->
80
+ <!-- prettier-ignore-end -->
81
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
82
+
83
+ This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
You can’t perform that action at this time.
0 commit comments