Features - Responsive Tables
Responsive Tables
The Responsive Tables Widget from Bootstrap 4 is in use here. We are using the class .table-responsive to make the table responsive across every breakpoint.
# | Heading | Heading | Heading | Heading | Heading | Heading | Heading | Heading | Heading |
---|---|---|---|---|---|---|---|---|---|
1 | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell |
2 | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell |
3 | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell | Cell |
Striped rows
Use .table-striped to add zebra-striping to any table row within the <tbody>.
# | First | Last | Handle |
---|---|---|---|
1 | Mark | Otto | @mdo |
2 | Jacob | Thornton | @fat |
3 | Larry | the Bird |
for full options and codes‚ please visit the Bootstrap 4 tables pageThis link opens a new window or tab.