Yet Another DataTables Column Filter (yadcf) with exclude doesn't work
Yet Another DataTables Column Filter (yadcf) with exclude doesn't work
Eddy16391
Posts: 2Questions: 0Answers: 0
Hi everybody,
as the title, I added this option to a column filter but it doesn't show the button to use the exclude mode.
This is my code:
{column_number: 11, filter_type: "multi_select",
select_type: 'select2',
filter_default_label: crm_lang.app.filter_channel,
exclude: true
}
Anyone know how to use it?
Thank you!
This discussion has been closed.
Replies
I managed to understand that the problem is the filter_type. How do I use the exclude parameter with the typo multi_select?
Not sure if you will get answers to your YADCF questions here. The developer has answered questions in the past. You might also want to post a question here:
https://github.com/vedmack/yadcf
Kevin