Topic: How to make an overflow auto in datatable?
Grand Est Automobiles Services pro asked 7 years ago
MDBootstrap staff answered 5 years ago
Hi Grand and Jrn,
Does this type of styling help?
.datatable td {
overflow: hidden; /* this is what fixes the expansion */
text-overflow: ellipsis; /* not supported in all browsers, but I accepted the tradeoff */
white-space: nowrap;
}
Best Regards, Piotr
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: Yes
Tags
Bartłomiej Malanowski staff commented 7 years ago
Could you please tell us what's the problem? Please provide us more details