File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
< div class ="container ">
16
16
< div class ="row ">
17
17
< h1 > Mobile Responsive Tables</ h1 >
18
+ < h4 > Resize your screen or toggle Device Toolbar on Dev Tools to see it in action</ h1 >
18
19
</ div >
19
20
< div class ="row ">
20
21
< div class ="col ">
21
22
< div class ="card ">
22
23
< div class ="card-body ">
23
24
< h5 class ="card-title "> Basic Table</ h5 >
24
- < h6 class ="card-subtitle mb-2 text-muted "> Basic table usage with default Bootstrap 5 table stylings</ h6 >
25
+ < h6 class ="card-subtitle mb-2 text-muted "> Basic table usage with default Bootstrap 5 table stylings are defaulted </ h6 >
25
26
26
27
< table class ="table table-striped table-hover ">
27
28
< caption > List of users</ caption >
@@ -57,7 +58,7 @@ <h6 class="card-subtitle mb-2 text-muted">Basic table usage with default Bootstr
57
58
< div class ="card ">
58
59
< div class ="card-body ">
59
60
< h5 class ="card-title "> Sided Layout</ h5 >
60
- < h6 class ="card-subtitle mb-2 text-muted "> Basic table usage with default Bootstrap 5 table stylings </ h6 >
61
+ < h6 class ="card-subtitle mb-2 text-muted "> Use class < code > table-mobile-sided </ code > on your < code > table </ code > to switch to Sided Layout </ h6 >
61
62
62
63
< table class ="table table-striped table-hover table-mobile-sided ">
63
64
< caption > List of users</ caption >
You can’t perform that action at this time.
0 commit comments