liveSearch:false not recognized for logic change or delete when editing criteria
liveSearch:false not recognized for logic change or delete when editing criteria
 amacourek            
            
                Posts: 16Questions: 3Answers: 0
amacourek            
            
                Posts: 16Questions: 3Answers: 0            
            When liveSearch is set to false, adding criteria does not trigger the search and needs the button to be clicked.
However, when removing criteria or changing AND/OR logic, the search is performed.
I added the following check around the draw in the listeners for those buttons:
if (_this.c.liveSearch) {
    _this.s.dt.draw();
}
This discussion has been closed.