Datatables 1.10-dev: _aFilterData never defined
Datatables 1.10-dev: _aFilterData never defined
psmerd
Posts: 9Questions: 0Answers: 0
In latest build (as of 24 July 2013), when I try to filter on a column, I get: TypeError: settings.aoData[display[i]]._aFilterData is undefined.
This is at line 2342.
At line 1102, row._aFilterData is set to null.
At line 2486, I see row._sFilterCells = filterData;
I do not see where _aFilterData is set.
This is at line 2342.
At line 1102, row._aFilterData is set to null.
At line 2486, I see row._sFilterCells = filterData;
I do not see where _aFilterData is set.
This discussion has been closed.
Replies
Allan
I am running a site successfully using 1.9.4. When I try to switch to 1.10, I get the error thrown as noted above. Send me an email to jgdt at marindv.com and I'll send you credentials to log in to a test site.
If you visit the knockout example page on this site, pull up a console and enter "$('#example').dataTable().fnFilter('jimmy', 1)", when invoked you will receive the error "TypeError: Cannot read property '1' of undefined".
Allan