Uncaught TypeError: Cannot read property 'mData' of undefined at jquery.dataTables.yadcf.min.js
Uncaught TypeError: Cannot read property 'mData' of undefined at jquery.dataTables.yadcf.min.js

Yadcf 0.9.1 plugin is working fine for normal data using data table 1.10.13 but when I assigned it to ajax data receiving from web service, received error as-
Uncaught TypeError: Cannot read property 'mData' of undefined at jquery.dataTables.yadcf.min.js:1
I have put all datatable/yadcf js and css into masterTemplate.xhtml,which already contains jquery-1.11.2.min.js I have added jsFiddle without any result as I am fetching data from web service.
https://jsfiddle.net/f0exhc70/
Below image showing that no any column filter contains data.Thanks