differences between two version found in datatables.net and svn-trunk for Multi column Search

differences between two version found in datatables.net and svn-trunk for Multi column Search

beebekbeebek Posts: 20Questions: 1Answers: 0
edited August 2013 in Bug reports
Though both have same feature for multi coumn search
1. http://datatables.net/release-datatables/examples/api/multi_filter_select.html
2. http://jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html

The svn trunk seems to have a single line implementation....and requires "jquery.dataTables.columnFilter.js" as I dig into the source code of svn-trunk link.

Has the implementation of column Filter been merged into jquery.dataTables.js 1.9.4 ????

But using the svn-trunk columnFilter as well, I am facing problem which I've posted in
http://datatables.net/forums/discussion/17180/multifiletersearch-not-working-while-using-colvis-and-multi-filter-search-together#Item_1

Great Thanks.... Cheers !!

Replies

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin
    The Google code project you linked to is a third part add-on to DataTables. It is not in the DataTables core nor will it be - although DataTables does provide a column filtering API ( fnFilter in 1.9-, column().search in 1.10+ ) which the plug-in you linked will use.

    The third party plug-in is not supported as part of the DataTables project. If you are having a problem with it, you might want to post in their issue tracker.

    Allan
This discussion has been closed.