使用yadcf,我试图提供一个允许多项选择的选择框。我已经检查了几个显示示例的资源,并且我已经尝试将它们合并到程序中,但我没有运气。以下是我使用过的最接近我的代码:
{column_number: 4, filter_type: 'multi_select', select_type: 'select2', filter_container_id: 'filter_devtype', select_type_options: {dropdownAutoWidth: true, placeholder: 'All'} },
上面的代码确实给出了显示下拉箭头的过滤器,但宽度为0,因此我无法看到下拉列表中的任何项目。
感谢您提供任何建议。