Basic Tables header small text goes here...
# | Username | Email Address |
---|---|---|
1 | Nicky Almera | [email protected] |
2 | Edmund Wong | [email protected] |
3 | Harvinder Singh | [email protected] |
<table class="table">
...
</table>
# | Username | Email Address |
---|---|---|
1 | Nicky Almera | [email protected] |
2 | Edmund Wong | [email protected] |
3 | Harvinder Singh | [email protected] |
<table class="table table-hover">
...
</table>
# | Username | Email Address |
---|---|---|
1 | Nicky Almera | [email protected] |
2 | Edmund Wong | [email protected] |
3 | Harvinder Singh | [email protected] |
<table class="table table-sm">
...
</table>
# | Table heading | Table heading | Table heading | Table heading | Table heading | Table heading |
---|---|---|---|---|---|---|
1 | Table cell | Table cell | Table cell | Table cell | Table cell | Table cell |
2 | Table cell | Table cell | Table cell | Table cell | Table cell | Table cell |
3 | Table cell | Table cell | Table cell | Table cell | Table cell | Table cell |
<div class="table-responsive">
<table class="table">
...
</table>
</div>
# | Username | Email Address |
---|---|---|
1 | Nicky Almera | [email protected] |
2 | Edmund Wong | [email protected] |
3 | Harvinder Singh | [email protected] |
<table class="table table-striped">
...
</table>
# | Username | Email Address |
---|---|---|
1 | Nicky Almera | [email protected] |
2 | Edmund Wong | [email protected] |
3 | Harvinder Singh | [email protected] |
<table class="table table-bordered">
...
</table>
# | Username | Email Address | |
---|---|---|---|
![]() |
Nicky Almera | [email protected] | Edit Delete |
![]() |
Edmund Wong | [email protected] | |
![]() |
Harvinder Singh | [email protected] | Edit Delete |
<table class="table align-middle">
...
</table>
|
Username | Email Address |
---|---|---|
|
Nicky Almera | [email protected] |
|
Edmund Wong | [email protected] |
|
[email protected] | |
|
@
|
[email protected] |
<table class="table align-middle">
<tbody>
<tr>
<!-- with input -->
<td>
<input type="text" class="form-control my-n1" />
</td>
</tr>
<tr>
<!-- with input-group -->
<td>
<div class="input-group my-n1"></div>
</td>
</tr>
<tr>
<!-- with btn-group -->
<td>
<div class="btn-group my-n1"></div>
</td>
</tr>
</tbody>
</table>
# | Username | Email Address |
---|---|---|
1 | Nicky Almera | [email protected] |
2 | Terry Khoo | [email protected] |
3 | Edmund Wong | [email protected] |
4 | Harvinder Singh | [email protected] |
5 | Terry Khoo | [email protected] |
<table class="table">
<tbody>
<tr class="table-active">...</tr>
<tr class="table-info">...</tr>
<tr class="table-success">...</tr>
<tr class="table-warning">...</tr>
<tr class="table-danger">...</tr>
</tbody>
</table>