如果在yadcf插件中,我们进入列级过滤器并在其中添加高级过滤器,并且过滤器类型为select2或选择其无效。
在select2中,它给出与select2('close')有关的错误,在选择中,它不获取数据。
column_number: key,
select_type: 'select2',
select_type_options: {
closeOnSelect: false
},
data: [{
value: 'Yes',
label: 'Yessss :)'
}, {
value: 'No',
label: 'Noooo :('
}],
filter_default_label: "Select tag",
filter_reset_button_text: false,