-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional Request of #513
- Loading branch information
Showing
4 changed files
with
79 additions
and
12 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
src/BlazorStrap-Docs/Samples/Content/Tables/Tables1b.razor
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,30 @@ | ||
<BSTable IsResponsive="true" IsStriped="true"> | ||
<BSTHead> | ||
<BSTR> | ||
<BSTD>#</BSTD> | ||
<BSTD>First</BSTD> | ||
<BSTD>Last</BSTD> | ||
<BSTD>Handle</BSTD> | ||
</BSTR> | ||
</BSTHead> | ||
<BSTBody> | ||
<BSTR> | ||
<BSTD>1</BSTD> | ||
<BSTD>John</BSTD> | ||
<BSTD>Doe</BSTD> | ||
<BSTD>JohnDoe <br/>media.com</BSTD> | ||
</BSTR> | ||
<BSTR> | ||
<BSTD>2</BSTD> | ||
<BSTD>Jane</BSTD> | ||
<BSTD>Doe</BSTD> | ||
<BSTD>JaneDoe <br/>media.com</BSTD> | ||
</BSTR> | ||
</BSTBody> | ||
<BSTFoot> | ||
<BSTR> | ||
<BSTD ColSpan="4">Spanned Table Footer Here</BSTD> | ||
</BSTR> | ||
|
||
</BSTFoot> | ||
</BSTable> |
30 changes: 30 additions & 0 deletions
30
src/BlazorStrap-Docs/wwwroot/Samples/Content/Tables/Tables1b.md
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,30 @@ | ||
<BSTable IsResponsive="true" IsStriped="true"> | ||
<BSTHead> | ||
<BSTR> | ||
<BSTD>#</BSTD> | ||
<BSTD>First</BSTD> | ||
<BSTD>Last</BSTD> | ||
<BSTD>Handle</BSTD> | ||
</BSTR> | ||
</BSTHead> | ||
<BSTBody> | ||
<BSTR> | ||
<BSTD>1</BSTD> | ||
<BSTD>John</BSTD> | ||
<BSTD>Doe</BSTD> | ||
<BSTD>JohnDoe <br/>media.com</BSTD> | ||
</BSTR> | ||
<BSTR> | ||
<BSTD>2</BSTD> | ||
<BSTD>Jane</BSTD> | ||
<BSTD>Doe</BSTD> | ||
<BSTD>JaneDoe <br/>media.com</BSTD> | ||
</BSTR> | ||
</BSTBody> | ||
<BSTFoot> | ||
<BSTR> | ||
<BSTD ColSpan="4">Spanned Table Footer Here</BSTD> | ||
</BSTR> | ||
|
||
</BSTFoot> | ||
</BSTable> |
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