Topic: responsive table dont use all the width in pc
Diego Canales pro asked 6 years ago
<table mdbTable striped="true" responsive="true">
display: block; to solve this i added the next css code
.table-responsive { display: table; } @media screen and (max-width: 667px) { .table-responsive { display: block; } } and works but i think is not the best approach, i will be appreciated if someone can let me know a best approach
Damian Gemza staff answered 6 years ago
<table mdbTable responsive="true" class="d-block d-md-table"></table>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- User: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 6.2.3
- Device: pc
- Browser: chrome
- OS: linux
- Provided sample code: Yes
- Provided link: No