@Daniel Reznick' Hi, I want to implement that multi selection with chosen feature using yadcf
0.9.1 or any other version js file for each column filtering, but it's showing only single selection on my local. image of current scenario
<https://jsfiddle.net/prats1251/k2grtsd0/1/>
Thanks.
Here is a working jsfiddle page, you had several issues, 1) invalid use of yadcf api call , invalid loading order of resources / no resources of chosen were present in your test page.
When using the Capital letter D api of datatables you must use the
yadcf.init(oTable, [{}])
instead of .yadcf([{}])