I’ve been looking for a solution of changing dropdownmenu width, found this topic
How to change the width of DropdownMenu? and followed the link into the multipleSelect.js
. Unfortunately, it doesn’t work there now, here’s the working one: https://github.com/handsontable/handsontable/blob/master/src/plugins/filters/ui/multipleSelect.js#L161
What are the ways of changing the code in order to change the width of dropdownMenu
?
Would this be an option?
colWidths: () => 300 - getScrollbarWidth(rootDocument)