-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a component to render placeholder text in empty cells (#3071)
* adds a component to render placeholder text in empty cells * adds changeset * Update src/DataTable/Table.tsx Co-authored-by: Josh Black <joshblack@github.com> * Update src/DataTable/Table.tsx Co-authored-by: Josh Black <joshblack@github.com> * Update generated/components.json * fixes linting error --------- Co-authored-by: Josh Black <joshblack@github.com> Co-authored-by: mperrotti <mperrotti@users.noreply.github.com>
- Loading branch information
1 parent
4a6a9f7
commit 681e227
Showing
5 changed files
with
83 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/react': minor | ||
--- | ||
|
||
Adds a helper component for rendering placeholder text to explain why a DataTable cell has no content. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5126,4 +5126,4 @@ | |
"subcomponents": [] | ||
} | ||
} | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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