How do you make a table responsive in Bootstrap?
- table-responsive
- responsive-table
- table-fluid
- table-flex
To make a table responsive in Bootstrap, you use the class table-responsive. This class ensures that the table is horizontally scrollable on smaller screens.
Loading...
Related Quiz
- Can Bootstrap CSS be used independently without Bootstrap JS?
- Outline a strategy for creating an accessible and navigable table with pagination in a Bootstrap-based admin dashboard.
- What is the recommended method for overriding Bootstrap's default CSS styles?
- What role does asynchronous or deferred loading of Bootstrap JavaScript files play in page load efficiency?
- Which Bootstrap class is essential for enabling ScrollSpy on a navigation bar?