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

Get column data from DataTable with fnGetData directly #24

Closed Jen-Ari closed 11 years ago

Jen-Ari commented 11 years ago

This approach works for both array and object data binding for DataTable's aaData.

Old approach (getting row data and accessing column data via [iColumn]) doesn't work when aaData for DataTable is bound to array of objects.

cyberhobo commented 11 years ago

Thanks for the pull request. Unit tests passed, so I went ahead and merged it :+1:

Jen-Ari commented 11 years ago

You are welcome. Thanks for the great work, by the way :)