YADCF支持将Select2用于其过滤器。 Select2支持Ajax(Source)。但是YADCF是否允许使用Select2的这个Ajax选项?
我尝试在过滤器设置中的select_type_options
内使用它:
(...)
{column_number : 5, select_type: 'select2', filter_type: 'multi_select', filter_container_id: 'external_filter_container_6', select_type_options: { dropdownAutoWidth: true, placeholder: 'Select', ajax: {...} }},
(...)
这样做YADCF会在控制台中抛出一个错误,如:
当附加到select ...
时,select2不支持Ajax那么,在YADCF中使用它时,是否可以使用Select2的Ajax支持?
由于