cyberhobo / ColumnFilterWidgets

This is an add-on for the DataTables plugin for jQuery that creates filtering widgets based on the data in table columns.
69 stars 34 forks source link

Discussion about using aaData: JSON Data #23

Closed BenCoding closed 11 years ago

BenCoding commented 11 years ago

When using aaData I was having problems passing JSON data to it while still using the Column Filter Widget. So I change one line of code and it worked. var sValue = oSettings.oApi._fnGetCellData(oSettings, iRow, iColumn);

See: http://datatables.net/forums/discussion/12519/select-filter-with-json-data/p1

cyberhobo commented 11 years ago

I think the solution for issue #24 will also fix this without calling a private function.