SearchBuilder - Predefined Filter with multiple criteria
SearchBuilder - Predefined Filter with multiple criteria
aaronmason-horts
Posts: 1Questions: 1Answers: 0
Link to test case:
https://jsfiddle.net/phdcq6vx/4/
Debugger code (debug.datatables.net):
aluzey
Error messages shown:
None
Description of problem:
When setting a filter for Location = DRAFTING and Drafter = 0003, I get the expected result - only 0003's row appears. If I change the requested drafter ID to something else, all DRAFTING rows appear as if it's falling back to the first criterion. Adding a filter for NONE only filters out the NONE rows - 0003's row still appears.