Filtering goes haywire after reordering columns

Tags: #<Tag:0x00007efc6b5b5a68>

hi there,

so here is our problem:
In our table the user can filter any column (even multiple columns) and also is able to reorder them (move with mouse).
The bug:

  1. filter a column (no zero results)
  2. move the column right next to it onto the left of filtered column
  3. now that moved column is filtered instead of the original
  4. all sorts of other crazy things happen

You can try this link to recreate the bug:
http://jsfiddle.net/z9vfhpjk/1/

I hope I could explain all the steps in proper details.
Should you have any questions, I’ll be more than happy to answer them.

Cheers,
Chris

Hi @MORESIMP

Could you add more details (which filter to add, which column to move)? I tried to play with this demo but I couldn’t reproduce it.

Sure,

I tried to filter currency (contains “u”) and then move Level onto the left side of it.
I used Chrome latest.

Thanks for details. Confirmed.
After I checked ‘level’ column filter it had ‘contains u’ (bug) and after a OK button click there was no data left (this one can is expected).

Added to our internal ticketing system at #32

That’s awesome, thank you. How is the fix going? Thanks for the update! Cheers!

if any updates this will be the place to report them first.

Hi @MORESIMP

I am not sure but it looks like this issue does not occur in the latest version. Can you confirm that?