Skip to content

Commit

Permalink
Add types for DataTable (carbon-design-system#14149)
Browse files Browse the repository at this point in the history
* feat(react): add DataTable types

Add TypeScript types for the DataTable component for better developer experience

Closes carbon-design-system#12515

* fix: format & lint

---------

Co-authored-by: Francine Lucca <40550942+francinelucca@users.noreply.github.com>
Co-authored-by: Francine Lucca <francinelucca@hotmail.com>
Co-authored-by: Andrea N. Cardona <cardona.n.andrea@gmail.com>
  • Loading branch information
4 people authored Jul 10, 2023
1 parent 149d34d commit ab058a3
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 33 deletions.
27 changes: 18 additions & 9 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,15 @@
"a11y"
]
},
{
"login": "erifsx",
"name": "Eric Marcoux",
"avatar_url": "https://avatars3.githubusercontent.com/u/997572?v=4",
"profile": "https://github.com/erifsx",
"contributions": [
"code"
]
},
{
"login": "erifsx",
"name": "Eric Marcoux",
"avatar_url": "https://avatars3.githubusercontent.com/u/997572?v=4",
"profile": "https://github.com/erifsx",
"contributions": [
"code"
]
},
{
"login": "vpicone",
"name": "Vince Picone",
Expand Down Expand Up @@ -1223,6 +1223,15 @@
"contributions": [
"code"
]
},
{
"login": "djragsdale",
"name": "David Ragsdale",
"avatar_url": "https://avatars.githubusercontent.com/u/4396766?v=4",
"profile": "https://github.com/djragsdale",
"contributions": [
"code"
]
}
],
"commitConvention": "none"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ check out our [Contributing Guide](/.github/CONTRIBUTING.md) and our
<td align="center"><a href="https://github.com/tongyy"><img src="https://avatars.githubusercontent.com/u/24784725?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Tony ZL</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=tongyy" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/tulivlk"><img src="https://avatars.githubusercontent.com/u/67226666?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Petr Kadlec</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=tulivlk" title="Code">💻</a></td>
</tr>
<tr>
<td align="center"><a href="https://github.com/djragsdale"><img src="https://avatars.githubusercontent.com/u/4396766?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Ragsdale</b></sub></a><br /><a href="https://github.com/carbon-design-system/carbon/commits?author=djragsdale" title="Code">💻</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
Expand Down
Loading

0 comments on commit ab058a3

Please sign in to comment.