ColReorder-1.0.8 + jquery.dataTables.columnFilter.js and filtering reordered columns.

ColReorder-1.0.8 + jquery.dataTables.columnFilter.js and filtering reordered columns.

codeptcodept Posts: 3Questions: 0Answers: 0
edited July 2013 in General
Hi,

I just put these two together, I noticed that after moving a column the sSearch_0,sSearch_1,sSearch_2 indexes are wrong, it seems as though there's no update to the corresponding indexes, so I'm unable to know which column to filter. Since the input box in the beginning was sSearch_1 it will always remain as sSearch_1 even after moving it around.

http://datatables.net/extras/colreorder/
http://jquery-datatables-column-filter.googlecode.com/svn/trunk/index.html ( jquery.dataTables.columnFilter.js - 0.9.0)

Help!

Replies

  • codeptcodept Posts: 3Questions: 0Answers: 0
    Found the solution:

    http://datatables.net/forums/discussion/12868/columnfilter-with-colreorder-and-colvis-fix-for-hidden-columns-null-columnfilter-colreorder/p1

    Thanks dblu
  • codeptcodept Posts: 3Questions: 0Answers: 0
    Another issue/feature I found relevant to get this whole thing working

    http://code.google.com/p/jquery-datatables-column-filter/wiki/ColumnFilter
This discussion has been closed.