无法使用 yadcf 0.9.1 js 文件使用所选功能实现多选
not able to implement multi selection with chosen feature using yadcf 0.9.1 js file
@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.
这是一个working jsfiddle page,
您有几个问题,1) yadcf api 调用无效使用,资源加载顺序无效/您的测试页中没有所选资源。
当使用数据表的 Capital 字母 D api 时,您必须使用
yadcf.init(oTable, [{}])
而不是 .yadcf([{}])
@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.
这是一个working jsfiddle page, 您有几个问题,1) yadcf api 调用无效使用,资源加载顺序无效/您的测试页中没有所选资源。
当使用数据表的 Capital 字母 D api 时,您必须使用
yadcf.init(oTable, [{}])
而不是 .yadcf([{}])