ColReorder with individual column filtering

ColReorder with individual column filtering

flashfogflashfog Posts: 17Questions: 0Answers: 0
edited June 2011 in General
I am trying to use ColReorder in conjunction with ColVis and individual column filtering.
The example page http://www.datatables.net/release-datatables/extras/ColReorder/col_filter.html does not seem to work. I've tried on numerous browsers and I can't even move the columns, also the ColVis menu shows the input boxes instead of the column labels. Trying the example on my code I am able to move the columns but the filter index does not update properly so sorting and filtering break. Is this feature not currently supported? I am using 1.8 and the nightly of both Colvis and ColReorder.

Replies

  • ctct Posts: 9Questions: 0Answers: 0
    edited July 2011
    Same here.

    I've used:

    oTable.fnFilter('blahblahblah', oTable.oApi._fnColumnIndexToVisible( oTable.fnSettings(), 2 ));


    Once the column is rearranged, the filtering no longer works
  • flashfogflashfog Posts: 17Questions: 0Answers: 0
    Any comment on this Allan?
  • dbludblu Posts: 11Questions: 0Answers: 0
    I can get the ColReorder and ColVis to work, then with this filtering, it is offset and filters the wrong column. I am also using Mdataprop and not sure if that not helping anything. It works but not the filtering. Any help is appreciated.
This discussion has been closed.