Topic: Problem with Datatables and Dropdown list

uniagro premium asked 3 weeks ago


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:

Problem with Dropdown


Kamila Pieńkowska staff answered 3 weeks ago


You need to change styles of the table cells, otherwise dropdown menu will be cut off. Example solution:

.datatable table td {
  overflow: visible;
}


Please insert min. 20 characters.

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: Premium
  • 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