Topic: Problem with Datatables and Dropdown list
I'm trying to make a simple menu in each row in my datatable but the dropdown isn't work, is impossible to see the options.
Can see the issue in the following link:
Kamila Pieńkowska staff answered 7 months ago
You need to change styles of the table cells, otherwise dropdown menu will be cut off. Example solution:
.datatable table td {
overflow: visible;
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 7.2.0
- Device: Desktop
- Browser: Chrome
- OS: Windows 11
- Provided sample code: No
- Provided link: Yes