-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude filter bug -- If exclude filter is selected for column1, it automatically performance exclude filter for other columns. #264
Comments
first image link is broken - please edit your question with a proper link (edit it - no need to post more comments) |
Daniel.. first image is uploaded. Please provide a fix for this issue.. its causing business issue |
as usual im lack of free time... will take a look at it whenver I can, untill then, consider sending a PR with a fix, its an open source code you can allways modify / improve/ fix... nothing too complicated there... |
@GMEHTA1981 , can it be that you are using serverSide logic in your datatables, and that logic had some bugs in it? because it works just fine for me, see the following example. |
I found the bug. |
Thanks for pointing out to the bug, fixed it by setting it to false inside thte begining of the loop |
This is a screenshot of the grid.
Steps:
I search a column with value 'JAX' -- works fine. It will filter records with JAX
I add a search criteria, in another column. Origin column search 'DTW' -- works fine. It will filter records with DTW (in origin) and JAX (in Station)
Now I want to exclude records.
I want to exlude all records with station 'JAX' and include records with origin 'DTW'
If you see the results in screenshot 3, it excluded all station with 'JAX' and also performed the exclude function to other criteria.
So, now I have result that excludes 'JAX' in station and excludes 'DTW' in Origin column
The text was updated successfully, but these errors were encountered: